Googleapis Toolresults
Connector for the googleapis-toolresults API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://toolresults.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
toolresults_projects_histories_list— GET /toolresults/v1beta3/projects/{projectId}/histories — Lists Histories for a given Project. The histories are sorted by modification titoolresults_projects_histories_get— GET /toolresults/v1beta3/projects/{projectId}/histories/{historyId} — Gets a History. May return any of the following canonical error codes: - PERMISStoolresults_projects_histories_executions_list— GET /toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions — Lists Executions for a given History. The executions are sorted by creation_timetoolresults_projects_histories_executions_get— GET /toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId} — Gets an Execution. May return any of the following canonical error codes: - PERMtoolresults_projects_histories_executions_cluste— GET /toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/clusters — Lists Screenshot Clusters Returns the list of screenshot clusters correspondingtoolresults_projects_histories_executions_enviro— GET /toolresults/v1beta3/projects/{projectId}/histories/{historyId}/executions/{executionId}/environments — Lists Environments for a given Execution. The Environments are sorted by display
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: toolresults_projects_histories_list
# (attach an 'oauth' credential to the task — no inline secrets)