GET
/
v1
/
assistants
/
{assistant_id}
/
versions
/
latest

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

assistant_id
string
required

Response

200
application/json
id
string
required
assistant_id
string
required
published
boolean
required
auth0_id
string | null
required
added_on
string
required
modified_on
string
required
persona
string | null
instructions
string | null
greeting
string | null
writing_style
string | null
sample_interactions
string | null
model_id
string | null
temperature
number | null
max_tokens
integer | null