Tasks
List Tasks
List all tasks for the organization
GET
Returns a paginated list of tasks. Optionally filter by status, assignee, or search by title.
Page number.
Results per page (1-100).
Filter by status:
open, completed, or all (default).Search tasks by title.
Filter by assigned user ID.
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Task ID |
organization_id | number | Organization ID |
opportunity_id | string | null | Linked CRM opportunity ID |
property_id | string | null | Linked property ID |
person_id | string | null | Linked person ID |
created_by_user_id | number | User who created the task |
assigned_to_user_id | number | null | Assigned user |
assigned_to_agent_id | string | null | Assigned agent |
title | string | Task title |
description | string | null | Task description |
is_completed | boolean | Whether the task is complete |
completed_at | string | null | ISO 8601 completion timestamp |
completed_by_user_id | number | null | User who completed the task |
due_date | string | null | ISO 8601 due date |
sort_order | number | Display order |
created_at | string | ISO 8601 creation timestamp |
updated_at | string | ISO 8601 last update timestamp |