Skip to main content
GET
List tasks

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

cursor
string
limit
integer
default:50
Required range: 1 <= x <= 200
assignee_id
string
deal_id
string
company_id
string
meeting_id
string
agent_id
string
task_type
enum<string>
Available options:
call,
email,
linkedin
status
enum<string>
Available options:
pending,
completed,
dismissed,
cancelled
due_before
string<date-time>
due_after
string<date-time>

Response

Page of tasks.

tasks
object[]
required
next_cursor
string | null
required