Fetch a Task Run

GA
GET

Fetch an individual Task Run.

Path parameters

org_idstringRequired

The unique identifier of the organization.

project_idstringRequired

The unique identifier of the project.

task_idstringRequired

The specific Task to reference.

task_run_idstringRequired

The specific Task Run to reference.

Response

This endpoint returns an object.
task_idstring

The unique identifier of the Task associated with this run.

task_revision_idstring

The unique identifier of the Task Revision associated with this run.

responsemap from strings to any

The structured response from the Task execution.

run_datamap from strings to any

Additional data about the Task such as the submitted text input.

idstring

The unique identifier of the Task Run.

createddatetime

The timestamp when the Task Run was created.

input_tokensinteger

The number of tokens submit as input to the model.

output_tokensinteger

The number of tokens generated and output by the model.

total_tokensinteger

The total token usage for the TaskRun.