Googleapis Script
Connector for the googleapis-script API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://script.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
script_processes_list— GET /v1/processes — List information about processes made by or on behalf of a user, such as processscript_processes_listscriptprocesses— GET /v1/processes:listScriptProcesses — List information about a script's executed processes, such as process type and cscript_projects_get— GET /v1/projects/{scriptId} — Gets a script project's metadata.script_projects_getcontent— GET /v1/projects/{scriptId}/content — Gets the content of the script project, including the code source and metadata fscript_projects_deployments_list— GET /v1/projects/{scriptId}/deployments — Lists the deployments of an Apps Script project.script_projects_deployments_get— GET /v1/projects/{scriptId}/deployments/{deploymentId} — Gets a deployment of an Apps Script project.
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: script_processes_list
# (attach an 'oauth' credential to the task — no inline secrets)