Get Time Off Requests
get-time-off-requestsRetrieve and filter time off requests by status, date, employee, or type. Returns request details including approvals, notes, and available actions.
Instructions
Retrieve and filter time off requests. Returns request objects with id, employeeId, status, start/end dates, request type, amount, available actions (approve/deny/etc.), and employee/manager notes. Supports extensive filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Specific request ID to limit the response to | |
| end | No | End date filter (YYYY-MM-DD format) | |
| type | No | Filter by time off type ID | |
| start | No | Start date filter (YYYY-MM-DD format) | |
| action | No | Limit to requests that the user has a particular level of access to | view |
| status | No | Filter by request status | |
| employeeId | No | Specific employee ID to filter requests for |