GET
/
v1
/
assistants

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)

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
data
object[]

List of assistants.

firstId
string

ID of the first item in the list.

lastId
string

ID of the last item in the list.

hasMore
boolean

Indicates if there are more items available.