v6

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01231846.9 KB
Runs

List Runs

List runs for a thread.

get/threads/{thread_id}/runs

Path parameters

thread_idstring uuid required

The ID of the thread.

The ID of the thread.

Query parameters

limitinteger
offsetinteger

Response

Success

run_idstring uuid required

The ID of the run.

thread_idstring uuid required

The ID of the thread.

assistant_idstring uuid required

The assistant that was used for this run.

created_atstring date-time required

The time the run was created.

updated_atstring date-time required

The last time the run was updated.

status'pending' | 'error' | 'success' | 'timeout' | 'interrupted' required

The status of the run. One of 'pending', 'error', 'success', 'timeout', 'interrupted'.

metadataobject required

The run metadata.

kwargsobject required
multitask_strategy'reject' | 'rollback' | 'interrupt' | 'enqueue' required

Strategy to handle concurrent runs on the same thread.