qobrix_get_task
Retrieve a single task by UUID to view task details for pipeline management and follow-up audit, with options to include related people, properties, opportunities, and statuses.
Instructions
Get a single task by UUID — task detail for pipeline management and follow-up audit. Returns { data: { id, ... } }. Include: AssignedToUsers (who), ContactContacts (for whom), Properties (which listing), RelatedOpportunityOpportunities (which deal), RelatedAgentAgents, TaskStatus, TaskTypes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task UUID | |
| include | No | Associations to expand. Options: TaskStatus, TaskTypes, Properties, AssignedToUsers, ContactContacts, RelatedOpportunityOpportunities, RelatedAgentAgents, CreatedByUsers |