Skip to main content
GET
List tasks

Authorizations

Authorization
string
header
required

API key starting with leo_

Query Parameters

limit
integer
default:50

Items per page

Required range: 1 <= x <= 100
offset
integer
default:0

Items to skip

Required range: x >= 0
updated_after
string<date-time>

Return resources changed after this RFC 3339 timestamp. Contacts may redeliver rows exactly at the boundary; consumers must upsert idempotently.

updated_before
string<date-time>

Return resources with updated_at less than or equal to this RFC 3339 timestamp.

status
enum<string>
default:all
Available options:
todo,
done,
skipped,
all
type
enum<string>
Available options:
call,
email,
linkedin_connect,
linkedin_message,
whatsapp,
todo,
reminder,
meeting,
interview
assigned_to
string<uuid>
contact_id
string<uuid>
company_id
string<uuid>
deal_id
string<uuid>
sort
string
default:-created_at

Options: created_at, updated_at, due_date, priority, status

Response

List of tasks

data
object[]
meta
object
Example: