Get Execution
Executions
Get Execution
Retrieves the result of a single task or tool execution, including its status,
output, inputs, and timing. Secret values in output and inputs are redacted
according to the task’s parameter schema.
GET
Get Execution
Authorizations
API key passed in the header
Path Parameters
The execution result ID.
Response
Execution retrieved successfully.
Available options:
success, failure, timeout, cancelled, queued, running Execution output (secret values redacted).
ISO 8601 start timestamp.
Execution duration in milliseconds.
Input parameters used for the run (secret values redacted).

