gorelo_list_time_entries
Retrieve logged time entries across tickets and tasks, filtered by client, user, dates, or invoice. Use cursor pagination to browse large sets for reporting and audit.
Instructions
List logged time across every ticket and task, cursor-paginated, narrowed by any of the filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Opaque pagination cursor from a previous page; omit for the first page. | |
| taskIds | No | ||
| userIds | No | ||
| pageSize | No | Items per page, clamped 1-200 (default 50). | |
| clientIds | No | ||
| ticketIds | No | ||
| invoiceIds | No | ||
| locationIds | No | ||
| createdSince | No | ISO-8601 timestamp. | |
| startedSince | No | ISO-8601 timestamp. | |
| updatedSince | No | ISO-8601 timestamp. | |
| createdBefore | No | ISO-8601 timestamp. | |
| startedBefore | No | ISO-8601 timestamp. | |
| updatedBefore | No | ISO-8601 timestamp. |