get_all_agents
Retrieve all agents from Freshservice with customizable pagination, enabling efficient access to agent data for tracking and management.
Instructions
Fetch agents from Freshservice.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
page | No | ||
per_page | No |
Input Schema (JSON Schema)
{
"properties": {
"page": {
"default": 1,
"title": "Page",
"type": "integer"
},
"per_page": {
"default": 30,
"title": "Per Page",
"type": "integer"
}
},
"title": "get_all_agentsArguments",
"type": "object"
}