Skip to main content
GET
List tasks

Authorizations

Authorization
string
header
required

API key from Developer dashboard (Bearer token).

Query Parameters

status
enum<string>

Filter by status.

Available options:
todo,
in_progress,
done
contact_id
integer

Only tasks linked to this contact.

due_before
string

YYYY-MM-DD. Only tasks due on or before this date.

sort
enum<string>

Sort column.

Available options:
title,
status,
priority,
due_date,
assignee,
created_at,
sort_order
dir
enum<string>

Sort direction. Defaults to asc.

Available options:
asc,
desc
page
integer

1-based page.

limit
integer

Per page, up to 100. Defaults to 50.

Response

200 - application/json

Tasks

success
enum<boolean>
Available options:
true
data
object[]
pagination
object
meta
object