get_agents
Retrieve a list of AI agents in your organization. Filter and sort results to view agent configurations and call statistics.
Instructions
List AI agents in your organization. Returns agent configuration including voice, LLM model, language settings, and call statistics. Supports pagination, filtering, and sorting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| limit | No | Max results per page (default 20, max 50) | |
| agent_name | No | Filter by agent name (partial match, case-insensitive) | |
| sort_field | No | Field to sort by (default createdAt) | |
| sort_order | No | Sort order (default desc) | |
| workflow_type | No | Filter by workflow type | |
| include_archived | No | Include archived agents |