List Runs
List runs for a thread.
Documentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-update-1779292205-527cc0f.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The ID of the thread.
Query Parameters
pending, running, error, success, timeout, interrupted, skipped 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 When true, returns only the contiguous batch of runs matching the status filter starting at offset, stopping at the first run that doesn't match. Requires status to be set; cannot be combined with metadata.
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', 'skipped'. A 'skipped' run was pending but never executed (e.g. cancelled by interrupt multitask strategy before execution began).
pending, running, error, success, timeout, interrupted, skipped The run metadata.
Strategy to handle concurrent runs on the same thread.
reject, rollback, interrupt, enqueue 
