list_clients
Retrieve a paginated list of clients from your Jobber account using cursor-based pagination. Control page size and select custom GraphQL fields as needed.
Instructions
List clients (customers), Relay-paginated. Maps to the GraphQL clients query. [tier: readonly-owner]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Pagination cursor from a previous call's pageInfo.endCursor | |
| first | No | Default 20 | |
| fields | No | GraphQL selection set to fetch, overriding the default (id name emails { address } phones { number }). Use this if the default fields don't match your account's schema — Jobber's exact schema isn't publicly documented, so this is a safety valve. |