Skip to main content
GET
List outreach sequences

Authorizations

x-api-key
string
header
required

API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.

Query Parameters

limit
integer
default:25

Page size (1-100, default 25).

Required range: 1 <= x <= 100
searchQuery
string

Case-insensitive partial match on the sequence name. Must be at least 3 characters when provided.

Minimum string length: 3

Response

Successfully retrieved outreach sequences. Returns items array with pagination info containing cursor for the next page.

items
object[]
required

Sequences in the current page, sorted by modifiedAt desc.

pagination
object
required

Cursor pagination metadata.