Skip to main content
GET
List sequences in a folder

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Get your API key from the Reply dashboard: Settings → API Key.

Path Parameters

id
string<uuid>
required

Sequence folder Id

Query Parameters

top
integer

Maximum number of items to return

skip
integer

Number of items to skip

sort_by
string

Field to sort by

sort_direction
enum<string>

Sort direction (asc or desc)

Available options:
asc,
desc

Response

List of sequences in folder retrieved successfully

Response model for listing sequences with pagination

items
object[]

Array of sequence items

hasMore
boolean

Indicates if there are more items to fetch