Runs
List all runs for a thread
List all runs for a thread.
GET
/
v1
/
threads
/
{threadId}
/
runs
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.
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?