get_job
Retrieve a single job from Jobber by providing its ID. Fetches job details such as title, number, status, and client information.
Instructions
Get a single job by ID. Maps to the GraphQL job query. [tier: readonly-owner]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Jobber EncodedId for the job | |
| fields | No | GraphQL selection set to fetch, overriding the default (id title jobNumber jobStatus client { id name }). |