Cancel a running task run. Only valid when the run’s current status
is pending or running.
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
The task run global ID (base64) A universally unique identifier
"RW50aXR5OjEyMzQ1"
Returns a single task run object
A task run is an async job that executes the work defined on a task.
The unique identifier for the task run.
The parent task global ID (base64).
The current status of the run.
pending, running, completed, failed, cancelled When the run started processing.
When the run finished processing.
Start of the data window evaluated.
End of the data window evaluated.
Number of successfully evaluated items.
Number of items that errored during evaluation.
Number of items that were skipped.
When the run was created.
The unique identifier for the user who triggered the run.