get_agents
List AI agents in your organization with configuration details and call statistics. Filter, sort, and paginate results to find specific agents.
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 |