List Plants
GET /api/creative/plot/plants
GET
/api/creative/plot/plants
List plants, optionally filtered by status, type, or plotline.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Responses
Section titled “ Responses ”Successful Response
PlantListResponse
Plant list response.
object
status
required
Status
Operation status
string
data
required
PlantListData
List payload
object
plants
required
Plants
Plants
Array<object>
PlotPlantA narrative plant (Chekhov’s gun) tracked for payoff.
object
id
required
Id
Plant UUID
string
projectId
required
Projectid
Owning project
string
title
required
Title
Plant title
string
description
Description
What is being planted
string
plantType
Planttype
Plant classification
string
plantStatus
Plantstatus
Lifecycle status
string
visibility
Visibility
How obvious the plant is
string
notes
Notes
Author notes
string
plantedAtNodeTitle
Plantedatnodetitle
Plant node title (denormalized)
string
payoffAtNodeTitle
Payoffatnodetitle
Payoff node title (denormalized)
string
lastTappedAtNodeTitle
Lasttappedatnodetitle
Last tap node title (denormalized)
string
plotlineTitle
Plotlinetitle
Plotline title (denormalized)
string
createdAt
required
Createdat
Created timestamp (ms)
integer
modifiedAt
required
Modifiedat
Modified timestamp (ms)
integer
total
required
Total
Total count
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