get_quote
Retrieve a single quote from Jobber by its unique ID, returning details like number, title, and status.
Instructions
Get a single quote by ID. Maps to the GraphQL quote query. [tier: readonly-owner]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Jobber EncodedId for the quote | |
| fields | No | GraphQL selection set to fetch, overriding the default (id quoteNumber title quoteStatus). |