v6
latestSwagger 2.02026-07-1340109191.2 KBGets an existing run from an existing thread.
Path parameters
The ID of the thread to retrieve run information from.
The ID of the thread to retrieve information about.
Response
The requested information about the specified thread run.
The identifier, which can be referenced in API endpoints.
The object type, which is always 'thread.run'.
The ID of the thread associated with this run.
The ID of the assistant associated with the thread this run was performed against.
Possible values for the status of an assistant thread run.
The ID of the model to use.
The overridden system instructions used for this assistant thread run.
The Unix timestamp, in seconds, representing when this object was created.
The Unix timestamp, in seconds, representing when this item expires.
The Unix timestamp, in seconds, representing when this item was started.
The Unix timestamp, in seconds, representing when this completed.
The Unix timestamp, in seconds, representing when this was cancelled.
The Unix timestamp, in seconds, representing when this failed.
The reason why the run is incomplete. This will point to which specific token limit was reached over the course of the run.
The sampling temperature used for this run. If not set, defaults to 1.
The nucleus sampling value used for this run. If not set, defaults to 1.
The maximum number of prompt tokens specified to have been used over the course of the run.
The maximum number of completion tokens specified to have been used over the course of the run.
Whether to enable parallel function calling during tool use.
A set of up to 16 key/value pairs that can be attached to an object, used for storing additional information about that object in a structured format. Keys may be up to 64 characters in length and values may be up to 512 characters in length.