Triggers a new run on an existing task. The run is queued and processed asynchronously. Poll the returned run’s status to track progress.
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 global ID (base64) A universally unique identifier
"RW50aXR5OjEyMzQ1"
Body containing task run trigger parameters
ISO 8601 start of the data window to evaluate.
ISO 8601 end of the data window to evaluate. If omitted, defaults to now.
Maximum number of spans to process (default 10000).
x >= 1Whether to re-evaluate data that already has evaluation labels (default false).
Experiment global IDs (base64) to run against. Only applicable for dataset-based tasks.
Returns the created task run
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.