GET
/
v2
/
get-assistant
curl --request GET \
  --url https://api.assistable.ai/v2/get-assistant \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Query Parameters

assistant_id
string
required

ID of the assistant to retrieve

Response

200

Assistant details retrieved successfully