Googleapis Jobs
Connector for the googleapis-jobs API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://jobs.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
jobs_projects_operations_get— GET /v3p1beta1/{name} — Gets the latest state of a long-running operation. Clients can use this method tjobs_projects_complete— GET /v3p1beta1/{name}:complete — Completes the specified prefix with keyword suggestions. Intended for use by a jjobs_projects_companies_list— GET /v3p1beta1/{parent}/companies — Lists all companies associated with the service account.jobs_projects_jobs_list— GET /v3p1beta1/{parent}/jobs — Lists jobs by filter.jobs_projects_jobs_delete— DELETE /v3p1beta1/{name} — Deletes the specified job. Typically, the job becomes unsearchable within 10 secjobs_projects_jobs_patch— PATCH /v3p1beta1/{name} — Updates specified job. Typically, updated contents become visible in search resu
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: jobs_projects_operations_get
# (attach an 'oauth' credential to the task — no inline secrets)