list_job_materials
Retrieve line items including materials, labour, and services from a job's quote or invoice. Use filters to find specific records or paginate through results.
Instructions
List line item (material/labour/service) on a job's quote or invoice. Required on create: quantity records, optionally filtered. Maps to GET /jobmaterial.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'. |