tasks
List Tasks
List tasks in the workspace.
Requires the tasks:read scope on the API key.
GET
List Tasks
Authorizations
Bearer API key issued from Settings → Developers.
Query Parameters
Page number.
Required range:
x >= 1Number of items per page.
Required range:
1 <= x <= 100Field to sort by.
Available options:
created_at, updated_at Sort direction.
Available options:
asc, desc Filter by an individual sequence run.
Filter by sequence template. Repeat the parameter to pass multiple values.
Filter by task type. Repeat the parameter to pass multiple values.
Available options:
EMAIL_REPLY, LINKEDIN_REPLY, NEW_LEAD_REVIEW, CALL Filter by status.
Available options:
PENDING, IN_PROGRESS, COMPLETED, SKIPPED Filter by priority bucket. Repeat the parameter to pass multiple values.
Available options:
HOT, TODAY, EXTRA Filter by assignee.
Return tasks created strictly after this timestamp.
Return tasks created strictly before this timestamp.
Response
200 - application/json
Successful Response