Assistants
Get assistant
Get a specific assistant details
GET
/
v1
/
assistants
/
{assistantId}
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
assistantId
string
requiredThe ID of the assistant to be retrieved.
Response
200 - application/json
id
string
The id of the assistant.
description
string
The description of the assistant.
instructions
string
The instructions that the assistant uses.
tools
object[]
The tools that the assistant uses.
metadata
object
The metadata of the assistant.
createdAt
string
The time the assistant was created.
modelId
string
The model ID of the project-x-model that the assistant uses.
functionModel
object
responseModel
object
assistantName
string
The name of the assistant.
modelName
string
The name of the model.
userFilters
object
Allows users to have additional max 3 key-value pairs.
Was this page helpful?