Returns a paginated list of tasks with optional filters.
Documentation Index
Fetch the complete documentation index at: https://docs.reachedapp.com/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/tasks
| Parameter | Type | Required | Description |
|---|---|---|---|
page | integer | No | Page number (default: 1) |
per_page | integer | No | Results per page (default: 25) |
status | string | No | Filter by status (pending, completed, cancelled) |
lead_id | uuid | No | Filter by lead ID |
| Field | Type | Description |
|---|---|---|
id | uuid | Task unique identifier |
title | string | Task title |
status | string | Task status (pending, completed, cancelled) |
priority | string | Priority level (low, medium, high) |
due_date | string | Due date (YYYY-MM-DD) |
lead_id | uuid | Associated lead ID (if linked) |
created_at | datetime | Creation timestamp |