list_job_activities
Retrieve scheduled bookings or recorded time entries for job records. Use optional filters to narrow results by status or other criteria.
Instructions
List scheduled booking or recorded time entry on a job records, optionally filtered. Maps to GET /jobactivity.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'. |