Count Assistants
Assistants
Count Assistants
Count assistants matching the given filters.
Accepts the same filter parameters as the search endpoint but returns only the total count.
POST
Count Assistants
Documentation Index
Fetch the complete documentation index at: https://docs.aegra.dev/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Request model for assistant search
Filter by assistant name
Filter by assistant description
Filter by graph ID
Maximum results
Required range:
1 <= x <= 100Results offset
Required range:
x >= 0Metadata to use for searching and filtering assistants.
Field to sort by (SDK-compatible).
Available options:
assistant_id, name, graph_id, created_at, updated_at Sort direction (SDK-compatible). Defaults to 'desc' when sort_by is set.
Available options:
asc, desc Response
Successful Response
The response is of type integer.