list_jobs
Retrieve job records from ServiceM8 with optional OData filters and pagination cursor for browsing work orders.
Instructions
List job (work order). Required on create: status records, optionally filtered. Maps to GET /job.json. [tier: readonly-owner]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor from a previous call's nextCursor. Omit for the first page (defaults to "-1"). Each page returns up to 1000 records. | |
| filter | No | OData-style filter, e.g. "status eq 'Work Order'" or "active eq 1 and company_uuid eq '...'". Operators: eq, ne, gt, lt. Up to 10 conditions joined with 'and'. |