Task Runs
Retrieve a task run
Returns a single task run by ID, including its status, input, output, errors, and interaction state.
get/task-runs/{run_id}
Path parameters
run_idstring required
Unique identifier for the task run (prefixed with trun_).
Query parameters
includestring
Comma-separated list of additional fields to include in the response. Supported values: input, storage, storage_deduplicated, artifacts. Sections are omitted from the response (not returned as null) when their flag is not present.
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.