Get a list of tasks

Retrieve a paginated list of tasks with optional filters. Supports cursor-based pagination for efficient traversal of large result sets.

Pagination: When a cursor is returned in the response, pass it in the next request to fetch the next page. The cursor field will be null when there are no more pages.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Cursor for pagination (base64 encoded). Omit for the first page.

integer
≤ 100
Defaults to 50

Number of tasks to return per page

string

Filter by deal ID

string

Filter by customer ID

string

Filter by assignee user ID

string
enum

Filter by status (can provide multiple as comma-separated values)

Allowed:
string
enum

Filter by priority (can provide multiple as comma-separated values)

Allowed:
string
enum
Defaults to createdAt

Field to sort tasks by

Allowed:
string
enum
Defaults to desc

Sort direction

Allowed:
Response

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json