jobs_summary
Group Jobber jobs by status within a specified creation date range, returning counts and totals per status for reporting.
Instructions
Return Jobber jobs grouped by status, filtered by job creation date (not scheduling or completion date), with counts and totals per status.
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) | |
| date_from | Yes | Start of the date range (ISO 8601) | |
| page_size | No | Max jobs 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. |