Skip to main content
POST

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Body

application/json
type
enum<string>

Type filter for assistants. "admin" returns system assistants (user=null, institution=null). "user" returns the requesting user's own non-shared assistants. "instance" returns institution-shared but not account-shared assistants. "account" returns assistants shared across the entire account. When omitted, returns all visible assistants using an $or query across categories.

Available options:
admin,
user,
instance,
account
name
string

Regex search filter applied to both name and description fields (case-insensitive)

limit
integer
default:100

Maximum number of assistants to return per query

lean
boolean
default:false

When true, omits the instructions field from all results

admin_only
boolean

When true and the requesting user is admin/super, filters to admin-only assistants. Regular users always have admin_only assistants excluded automatically.

Response

Successfully retrieved assistants list

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.