Operating system set to macOS
Documentation jurisdiction set to United States
Sign inConnect Claude
API/schemas
Schema

RecipeTopicRow

One topic anchored to a workstream recipe. Powers the V2 recipe-detail "Topics using this workstream" section (``WorkStreamDetailV2Page``). A topic is "using" a recipe when it is either directly anchored (``platform.topics.workstream_id``) or its most recent execution cycle ran that recipe (``workstreams.cycle.workstream_id``).

FieldTypeDescription
topic_idrequiredstring (uuid)Topic UUID (links to /topics/{id}).
titlerequiredstringTopic name.
theme_colorrequiredstringHex/CSS tint for the left colour bar.
typestring | nullTopic type chip value.
client_idstring (uuid) | nullLinked client UUID, if any.
client_codestring | nullLinked client short code, if any.
client_namestring | nullLinked client display name, if any.
workstream_state"created" | "planning" | "queued" | "running" | "paused" | "blocked" | "completed" | "failed" | "cancelled" | "skipped" | nullStatus of the topic's most recent execution cycle (running/completed/blocked/...). NULL if no cycle has run.
workstream_labelstring | nullOptional human label for the attached workstream state.
updated_atrequiredstring (date-time)Last update timestamp.