qobrix_get_project
Fetch a specific real-estate project by its UUID to view development details for off-plan/new-build listings, with optional expanded associations.
Instructions
Get a single project by UUID — development detail view for off-plan/new-build listings. Returns { data: { id, ... } }. Verified include: Agents, Developer, Translations, LocationLocations, Assignee, Recommended, Favorites. To see project units: qobrix_search_properties with project == ''. To see project media: qobrix_list_media with related_model='Projects' and related_id=.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Project UUID | |
| include | No | Associations to expand. Verified options: Agents, Developer, Translations, LocationLocations, Assignee, Recommended, Favorites |