Get Stale Plants
GET /api/creative/plot/plants/freshness
GET
/api/creative/plot/plants/freshness
Find plants whose last tap is too far from their payoff node.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” threshold
Threshold
integer
Responses
Section titled “ Responses ”Successful Response
FreshnessResponse
Freshness check response.
object
status
required
Status
Operation status
string
data
required
FreshnessData
Freshness payload
object
stalePlants
required
Staleplants
Plants overdue for tapping
Array<object>
FreshnessEntryA plant that is stale relative to its payoff.
object
plant
required
PlotPlant
The stale plant
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
gap
required
Gap
Node distance since last tap before payoff
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