Skip to main content
POST
/
assistants
/
count
Count Assistants
curl --request POST \
  --url https://api.example.com/assistants/count \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>",
  "graph_id": "<string>",
  "limit": 20,
  "offset": 0,
  "metadata": {}
}
'
123

Body

application/json

Request model for assistant search

name
string | null

Filter by assistant name

description
string | null

Filter by assistant description

graph_id
string | null

Filter by graph ID

limit
integer | null
default:20

Maximum results

Required range: 1 <= x <= 100
offset
integer | null
default:0

Results offset

Required range: x >= 0
metadata
Metadata · object

Metadata to use for searching and filtering assistants.

Response

Successful Response

The response is of type integer.