The ID of the assistant used for execution of this run.
The Unix timestamp (in seconds) for when the run was cancelled.
The Unix timestamp (in seconds) for when the run was completed.
The Unix timestamp (in seconds) for when the run was created.
The Unix timestamp (in seconds) for when the run will expire.
The Unix timestamp (in seconds) for when the run failed.
The identifier, which can be referenced in API endpoints.
The instructions that the assistant used for this run.
The last error associated with this run. Will be null
if there are no errors.
Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format. Keys can be a maximum of 64 characters long and values can be a maxium of 512 characters long.
The model that the assistant used for this run.
The object type, which is always thread.run
.
Details on the action required to continue the run. Will be null
if no action
is required.
The Unix timestamp (in seconds) for when the run was started.
The status of the run, which can be either queued
, in_progress
,
requires_action
, cancelling
, cancelled
, failed
, completed
, or
expired
.
The ID of the thread that was executed on as a part of this run.
The list of tools that the assistant used for this run.
Usage statistics related to the run. This value will be null
if the run is not
in a terminal state (i.e. in_progress
, queued
, etc.).
Generated using TypeDoc
Represents an execution run on a thread.