Run Steps
Retrieve run step
Retrieve a run step.
GET
/
v1
/
threads
/
{threadId}
/
runs
/
{runId}
/
steps
/
{stepId}
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 the run step belongs.
The ID of the run step to retrieve.
Response
200 - application/json
The ID of the step.
"thread.run.step".
The time the step was created.
The ID of the thread.
The ID of the run.
"tool_calls" or "message_creation".
in_progress, cancelled, failed, completed, or expired..
The time the step expires.
The time the step was cancelled.
The time the step was completed.
The time the step failed.
The metadata for the step.
Was this page helpful?