get_agent_tickets
Retrieve tickets assigned to a Freshdesk agent by name, with optional status and limit filters.
Instructions
Get tickets assigned to a specific Freshdesk agent by name. Supports partial name matching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 30, max: 100) | |
| status | No | Filter by ticket status (optional) | |
| agent_name | Yes | Name of the agent to find tickets for. Supports partial matching (e.g., 'John' will match 'John Doe'). |