Skip to content

List Beat Sheets

GET
/api/creative/plot/beat-sheets

List all beat sheet templates (built-in + custom). Seeds built-ins on first call.

Successful Response

BeatSheetTemplateListResponse

Beat sheet list response.

object
status
required
Status

Operation status

string
data
required
BeatSheetTemplateListData

List payload

object
templates
required
Templates

Templates

Array<object>
BeatSheetTemplate

A beat sheet framework (built-in or user-custom).

object
id
required
Id

Template UUID

string
projectId
Any of:
string
name
required
Name

Template name

string
description
Description

Template description

string
""
source
Source

Attribution (e.g. ‘Blake Snyder’)

string
""
createdAt
required
Createdat

Created timestamp (ms)

integer
modifiedAt
required
Modifiedat

Modified timestamp (ms)

integer
total
required
Total

Total count

integer