Runs
List all runs for a thread
List all runs for a thread.
GET
/
v1
/
threads
/
{threadId}
/
runs
Authorizations
X-Tune-Key
string
headerrequiredTune 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
threadId
string
requiredThe ID of the thread the run belongs to.
Query Parameters
limit
integer
Number of items to be returned. Range: 1-100. Default: 20.
order
string
Sorting order. Default: desc (desc or asc).
after
string
Pagination token for fetching the next page.
before
string
Pagination token for fetching the previous page.
Response
200 - application/json
object
string
data
object[]
firstId
string
lastId
string
hasMore
boolean
Was this page helpful?