GET
/
v1
/
threads
/
{threadId}
/
runs
/
{runId}
/
steps

Authorizations

X-Tune-Key
string
headerrequired

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

threadId
string
required

The ID of the thread the run belongs to.

runId
string
required

The ID of the run the run step 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

"list".

data
object[]

List of run steps.

firstId
string

The ID of the first run step in the list.

lastId
string

The ID of the last run step in the list.

hasMore
boolean

Indicates if there are more run steps to be fetched.