list_jobs
Fetch jobs from Jobber with relay pagination. Customize returned fields and page size to match your needs.
Instructions
List jobs, Relay-paginated. Maps to the GraphQL jobs query. [tier: readonly-owner]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| first | No | Default 20 | |
| fields | No | GraphQL selection set to fetch, overriding the default (id title jobNumber jobStatus client { id name }). Jobber's exact schema isn't publicly documented — use this if the default doesn't match your account. |