List Runs
List runs for a thread.
Path Parameters
The ID of the thread.
Query Parameters
pending, running, error, success, timeout, interrupted Specify which fields to return. If not provided, all fields are returned.
run_id, thread_id, assistant_id, created_at, updated_at, status, metadata, kwargs, multitask_strategy, langsmith_session_name Response
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 LangSmith tracing session (project) name for this run, when tracing is enabled at creation time.

