jobs.list
List jobs with status, scheduled dates, technician assignment, and invoice info. Includes linked lead and quote data. Supports cursor-based pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of jobs to return. Defaults to 50, capped at 100. | |
| cursor | No | Pagination cursor from previous response. Pass to get next page of results. | |
| status | No | Filter by job status. Omit to return all statuses. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobs | No | List of job records with id, status, scheduledDate, completedDate, assignedTechnician, notes, lead, quote, invoiceAmount | |
| count | No | Total jobs returned |