Get Run
Get Run
Get a run by ID.
GET
Get Run
Documentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-naomid-1779801766-572e290.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The ID of the thread.
The ID of the run.
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'.
Available options:
pending, running, error, success, timeout, interrupted The run metadata.
Strategy to handle concurrent runs on the same thread.
Available options:
reject, rollback, interrupt, enqueue 
