clockodo_list_entries
Retrieve time entries within a specified ISO date range, with optional filters for customer, project, or user. Use paging to load more results when needed.
Instructions
Lists time entries in a time range. Required: time_since and time_until (ISO, e.g. 2026-09-01T00:00:00). Optional: customers_id, projects_id, users_id, page (1-based, 50 per page). The response includes paging — fetch further pages only if the user asks for more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number | |
| users_id | No | filter by user id | |
| time_since | Yes | range start, ISO datetime YYYY-MM-DDTHH:mm:ss | |
| time_until | Yes | range end, ISO datetime YYYY-MM-DDTHH:mm:ss | |
| projects_id | No | filter by project id | |
| customers_id | No | filter by customer id |