qobrix_get_contract
Retrieve a single contract by UUID, showing deal close details, contacts, property, lead, payment schedule, and signatories. Optionally include payment installments to audit the payment timeline.
Instructions
Get a single contract by UUID — the deal close detail view in the Transaction Lifecycle. Returns { data: { id, ... } }. Verified include: Contacts (buyer/seller), PropertyIdProperties (the listing), OpportunityIdOpportunities (the lead), PaymentInstallments (payment schedule), ContractParties (all signatories), CreatedByUsers. Use include=['PaymentInstallments'] to audit the payment timeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Contract UUID | |
| include | No | Associations to expand. Verified options: Contacts, PaymentInstallments, ContractParties, PropertyIdProperties, OpportunityIdOpportunities, CreatedByUsers |