List runs for a thread.
API key for authentication
The ID of the thread.
pending, error, success, timeout, interrupted Specify which fields to return. If not provided, all fields are returned.
run_id, thread_id, channel_id, created_at, updated_at, status, metadata, kwargs, multitask_strategy Success
The ID of the run.
The ID of the thread.
The assistant that was used for this run.
The time the run was created.
The last time the run was updated.
The status of the run. One of 'pending', 'running', 'error', 'success', 'timeout', 'interrupted'.
pending, running, error, success, timeout, interrupted The run metadata.
Strategy to handle concurrent runs on the same thread.
reject, rollback, interrupt, enqueue