get_client
Fetch a client's details by providing their Jobber ID. Returns name, email, address, and phone numbers.
Instructions
Get a single client by ID. Maps to the GraphQL client query. [tier: readonly-owner]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Jobber EncodedId for the client | |
| fields | No | GraphQL selection set to fetch, overriding the default (id name emails { address } phones { number }). |