Googleapis Jobs
Googleapis Jobs is a connector for Google's Cloud Talent Solution Jobs API, which lets applications create, search, and manage job postings.
- 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)
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: jobs_projects_operations_get, jobs_projects_complete, jobs_projects_companies_list, jobs_projects_jobs_list, jobs_projects_jobs_delete, jobs_projects_jobs_patch |
name |
string | no | — | Path parameter name (required by some operations). |
parent |
string | no | — | Path parameter parent (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |