qobrix_get_agent
Fetch an agent by UUID to resolve their RESO member record from a listing or lead, with optional expanded associations for a complete profile.
Instructions
Get a single agent by UUID — resolve a RESO Member/ListAgent from a listing or lead. Returns { data: { id, ref, ... } }. Verified include: PrimaryContactContacts, User, Brands, AgencyAgents (parent brokerage). Agent 360° pattern: 1. Active listings: qobrix_search_properties with agent == '' and status == "available" 2. Active leads: qobrix_search_opportunities with agent == '' and status == "open" 3. Pipeline deals: qobrix_search_offers / qobrix_search_contracts linked to agent's opportunities 4. Activity: search Tasks, Calls, Meetings by the agent FK
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Agent UUID | |
| include | No | Associations to expand. Verified options: PrimaryContactContacts, User, Brands, AgencyAgents |