Assistant Management
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitinteger · int64 · min: 1 · max: 200OptionalDefault:
The number of items to return.
100offsetinteger · int64Optional
The number of items to skip.
sort_by.fieldstring · enumOptionalPossible values:
Field to sort by, must be used together with sort_by.order.
sort_by.orderstring · enumOptionalPossible values:
Sort order, must be used together with sort_by.field.
include_sharedbooleanOptionalDefault:
Whether to include assistants shared with the user.
falseResponses
200
A list of assistants.
application/json
totalinteger · int64OptionalExample:
1404
Assistant not found.
get/v1/assistants
GET /v1/assistants HTTP/1.1
Host: api.nexos.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"items": [
{
"id": "11f71a8d-03e9-4c4c-a8f0-aa2984f1849a",
"name": "text",
"description": "text",
"instructions": "text",
"model": "chat-gpt-o4",
"created_at": "2024-11-19T10:00:00Z"
}
],
"total": 1
}Last updated

