JavaScript
Agents
List agents
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.cerca.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
When set to true, lists only agents with active or awaiting threads.
Available options:
true, false Example:
"true"
Opaque pagination cursor returned by a previous request.
Example:
"cursor_abc123"
Fleet to list agents from. Defaults to the API key's default fleet when omitted.
Example:
"fleet_abc123"
Maximum number of items to return. Defaults to 20 and preserves parseInt semantics.
Example:
"20"