Run Steps
List all steps for a run
List all steps for a run.
GET
/
v1
/
threads
/
{threadId}
/
runs
/
{runId}
/
steps
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 the run belongs to.
The ID of the run the run step belongs to.
Query Parameters
Number of items to be returned. Range: 1-100. Default: 20.
Sorting order. Default: desc (desc or asc).
Pagination token for fetching the next page.
Pagination token for fetching the previous page.
Was this page helpful?