Skip to main content
GET
Get a single assistant by ID

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Path Parameters

id
string
required

The ObjectId of the assistant to retrieve

Response

Successfully retrieved assistant

success
boolean
Example:

true

data
object | null

Most recently used assistant in this course. Mobile/web use this to restore conversation context on the next turn. Null if the assistant was deleted or not found.