Runs
Retrieve run
Retrieve a run.
GET
/
v1
/
threads
/
{threadId}
/
runs
/
{runId}
Authorizations
Tune API Keys are the preferred way to authenticate with the API. You can create an API Key from your Tune Studio Profile → 'Access Keys' (in sidebar)
Path Parameters
The ID of the thread that was run.
The ID of the run to retrieve.
Response
200 - application/json
The ID of the run.
"run".
The time the run was created.
The ID of the thread.
queued, in_progress, requires_action, cancelling, cancelled, failed, completed, or expired..
The time the run expires.
The time the run started.
The time the run was cancelled.
The time the run was completed.
The time the run failed.
The model used for the run.
The instructions for the run.
The tools used in the run.
The file IDs used in the run.
The metadata for the run.
Was this page helpful?