Skip to main content
GET
Get a playbook

Authorizations

Authorization
string
header
required

API key for authentication. Format: gcai_xxxxxxxxx

Create API keys in the GC AI app under Settings → API.

Path Parameters

id
string<uuid>
required

Playbook ID from GET /playbooks.

Response

Playbook details

id
string<uuid>
required

Unique playbook identifier

title
string
required

Playbook title

description
string | null
required

Playbook description, or null if unset

guide
string | null
required

Free-text guidance applied across the whole playbook when it runs, or null if unset.

is_official
boolean
required

Whether this is an official GC AI playbook

status
enum<string>
required

Playbook processing status

Available options:
draft,
processing,
completed,
failed
created_at
string | null
required

ISO 8601 creation timestamp

updated_at
string | null
required

ISO 8601 last-update timestamp