get_agents
Fetch AI agents in your organization with configuration details including voice, LLM, language, and call stats. Supports pagination, filtering, and sorting.
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 |
|---|---|---|---|
| agent_name | No | Filter by agent name (partial match, case-insensitive) | |
| include_archived | No | Include archived agents | |
| workflow_type | No | Filter by workflow type | |
| limit | No | Max results per page (default 20, max 50) | |
| page | No | Page number (default 1) | |
| sort_field | No | Field to sort by (default createdAt) | |
| sort_order | No | Sort order (default desc) |