Skip to main content
GET
/
v3
/
sequence-folders
/
{id}
Get a sequence folder
curl --request GET \
  --url https://api.reply.io/v3/sequence-folders/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "name": "Sales Outreach"
}

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Authorization: Bearer <your-api-key>

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

Path Parameters

id
string<uuid>
required

Sequence folder Id

Response

Sequence folder retrieved successfully

A folder for organizing sequences

id
string<uuid>
read-only

Unique identifier for the folder

name
string

Name of the folder