Get contract
get_contractFetch a contract by UUID with related products, client, and product status. Use 'with' to load specific relations.
Instructions
Get a contract with its products and related data. Common "with" values: products, client, products.product, products.status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| with | No | Relations to load (comma-separated) | |
| contract_id | Yes | Contract UUID |