Skip to main content
GET
Get the sequence's playbook

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

sequence_id
integer
required

Sequence id

Required range: x >= 1

Response

Playbook attached to the sequence

Compact representation of the playbook attached to a sequence.

id
string
read-only

Composite playbook id ({prefix}-{numericId}) where the prefix encodes the playbook scope: g for global, o for organization, t for team.

name
string
read-only

Display name of the playbook

type
enum<string>

Visibility scope of the playbook

Available options:
global,
organization,
team