schedule_lookup
Retrieve Jobber visits and assessments for a date range, grouped by day. Use a timezone to control how days are grouped.
Instructions
Return Jobber visits and assessments for a date range, grouped by day. Days are grouped by the server's local calendar day unless a timezone is supplied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor from a previous response's next_cursor, to fetch the next page | |
| date_to | Yes | End of the date range (ISO 8601, include a UTC offset for precise range boundaries) | |
| timezone | No | IANA timezone (e.g. 'America/Toronto') to group days by; defaults to the server's local timezone | |
| date_from | Yes | Start of the date range (ISO 8601, include a UTC offset for precise range boundaries) | |
| page_size | No | Max scheduled items to scan (1-20) | |
| returned_so_far | No | Items already returned by prior pages of this same query - echo back the previous response's returned_so_far; omit on the first call. |