Get Character Arc
GET /api/creative/plot/character-arcs/{arc_id}
GET
/api/creative/plot/character-arcs/{arc_id}
Get a character arc with its details.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” arc_id
required
Arc Id
string
Responses
Section titled “ Responses ”Successful Response
CharacterArcResponse
Single character arc response.
object
status
required
Status
Operation status
string
data
required
CharacterArc
The arc
object
id
required
Id
Arc UUID
string
characterEntryId
required
Characterentryid
Lore entry for the character
string
arcType
Arctype
Arc type
string
theLie
Thelie
The Lie the character believes
string
theGhost
Theghost
The Ghost — backstory wound
string
theWant
Thewant
The Want — conscious desire
string
theNeed
Theneed
The Need — unconscious truth
string
theTruth
Thetruth
The Truth the character must learn
string
notes
Notes
Author notes
string
characterTitle
Charactertitle
Character name (denormalized)
string
plotlineTitle
Plotlinetitle
Plotline title (denormalized)
string
createdAt
required
Createdat
Created timestamp (ms)
integer
modifiedAt
required
Modifiedat
Modified timestamp (ms)
integer
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context