Googleapis Toolresults
googleapis-toolresults is a generated connector for the Google Tool Results API, which stores and retrieves automated test result data.
- 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)
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: toolresults_projects_histories_list, toolresults_projects_histories_get, toolresults_projects_histories_executions_list, toolresults_projects_histories_executions_get, toolresults_projects_histories_executions_cluste, toolresults_projects_histories_executions_enviro |
executionId |
string | no | — | Path parameter executionId (required by some operations). |
historyId |
string | no | — | Path parameter historyId (required by some operations). |
projectId |
string | no | — | Path parameter projectId (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |