qobrix_get_offer
Get offer details by UUID, expanding opportunity, property, and user associations to trace the deal chain from offer to contract.
Instructions
Get a single offer by UUID — offer detail view in the Transaction Lifecycle. Returns { data: { id, ... } }. Include: OpportunityOpportunities (the lead/buyer intent), PropertyProperties (the listing), CreatedByUsers, ModifiedByUsers. Use to trace the deal chain: Offer → Opportunity → Contact + Property → Contract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Offer UUID | |
| include | No | Associations to expand. Options: CreatedByUsers, ModifiedByUsers, OpportunityOpportunities, PropertyProperties |