Skip to main content
GET
List tasks
The team’s sequencer task queue: the calls, emails and to-dos a cadence has produced, plus any one-off tasks reps created. Filter with action=call for the call queue.

Authorizations

x-api-key
string
header
required

Team-scoped API key generated in the Salesfinity dashboard under Settings -> Connections & API. A missing or invalid key returns HTTP 403.

Query Parameters

limit
number

Results per page.

Required range: x <= 100
page
number
default:1

Page number, 1-based.

user_id
string

Assignee to filter by, or all for every assignee on the team. Defaults to all.

state
enum<string>

pending is the working queue. held means the enrollment is paused. The rest are terminal.

Available options:
pending,
held,
completed,
skipped,
expired,
cancelled
action
enum<string>

Use call to fetch the call queue.

Available options:
call,
manual_email,
generic,
linkedin_connect,
linkedin_message,
linkedin_view,
linkedin_interact,
meeting,
sms
sequence
string

Only tasks belonging to this sequence.

origin
enum<string>

Cadence tasks (sequence) or a rep’s own to-dos (one_off).

Available options:
sequence,
one_off
contact
string

Only tasks for this contact.

priority
enum<string>

Only tasks in this priority band.

Available options:
high,
medium,
low
overdue
boolean

Only tasks whose due date has passed.

due_before
string<date-time>

ISO 8601. Only tasks due before this instant.

due_after
string<date-time>

ISO 8601. Only tasks due after this instant.

Matches the contact behind the task.

sort
enum<string>
default:due

Applied server-side across the whole result set, not just the page you asked for.

Available options:
due,
priority,
action,
prospect,
company,
sequence,
last_activity
direction
enum<string>

Ignored by due, which is always oldest-first.

Available options:
asc,
desc

Response

Success.

A page of results.

data
object[]
required
pagination
object
required

Pagination for every list under /v2/sequencer. One shape across the whole namespace.