List timesheet approvals
clockify_list_approval_requestsRetrieve timesheet approval requests in Clockify to review pending, approved, or rejected submissions. Filter by status and paginate through results.
Instructions
Submitted timesheets awaiting approval. Needs a paid plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| limit | No | Cap for all_pages (default 500) | |
| status | No | ||
| all_pages | No | Follow pagination and return up to `limit` items across pages | |
| page_size | No | Items per page, max 200 (default 50) | |
| workspace_id | No | Workspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace. |