zendesk_wfm_get_time_off_v2
Retrieve workforce management time off requests using optional filters for agent ID, status, reason, type, and date range. Supports pagination.
Instructions
Get WFM time off requests (v2 API) with optional filters. Enhanced version with additional response fields. Requires ZENDESK_WFM_API_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | No | Filter by agent ID | |
| status | No | Filter by status (e.g., pending, approved, rejected) | |
| reason | No | Filter by reason | |
| type | No | Filter by type | |
| startTime | No | Filter by start time (ISO format) | |
| endTime | No | Filter by end time (ISO format) | |
| page | No | Page number for pagination | |
| pageSize | No | Number of items per page |