Agents
List Agents
List all agents with filtering and pagination
GET
Documentation Index
Fetch the complete documentation index at: https://docs.vultlocal.com/llms.txt
Use this file to discover all available pages before exploring further.
Request
Bearer olive_live_xxx or Bearer eyJ... (JWT)Query Parameters
Filter by type:
super_agent or sub_agentFilter by status:
active, suspended, terminatedFilter by parent agent (for sub-agents)
Search by name, business name, or phone
Results per page (max 100)
Pagination offset
Response
Array of agent objects
Total matching agents
Examples
Common Filters
| Use Case | Query |
|---|---|
| All super-agents | ?type=super_agent |
| Active sub-agents | ?type=sub_agent&status=active |
| My sub-agents | ?parent_agent_id={my_agent_id} |
| Search by name | ?search=John |
Errors
| Status | Code | Description |
|---|---|---|
| 401 | UNAUTHORIZED | Invalid API key |
| 403 | FORBIDDEN | Insufficient permissions |
| 500 | INTERNAL_ERROR | Server error |
Authorizations
API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Query Parameters
Filter by agent type (super_agent or sub_agent)
Filter by parent agent ID
Number of results to return
Offset for pagination
Response
OK
The response is of type object.