Skip to main content
GET
List sequences
Returns the team’s sequences, newest first. These are Salesfinity Sequencer cadences — not to be confused with GET /v1/sequences, which lists sequence names observed on the team’s call logs from an external CRM.

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.

enabled
string

Only sequences that are switched on, or only those that are not.

sequence_type
enum<string>

interval steps fire a delay after the previous one; date steps fire on a fixed date.

Available options:
interval,
date
tag
string

Only sequences carrying this tag.

owner
string

Only sequences authored by this team member.

Case-insensitive match on the sequence name.

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.