Hanzo
OpenapiContent

Aggregates the caller org's marketing content across every publishable content…

Aggregates the caller org's marketing content across every publishable content type into ONE queue board — the cross-type read the framework's per-DocType…

GET /v1/content/board

Addresshttps://api.hanzo.ai/v1/content/board
MethodGET
Operationget_content_board
AuthAuthorization: Bearer $HANZO_API_KEY

Aggregates the caller org's marketing content across every publishable content type into ONE queue board — the cross-type read the framework's per-DocType list cannot give. It never fails on a partial outage: a content type the org has not installed, or one whose search errors, is skipped and logged rather than failing the whole board.

Request

4 fields.

FieldInTypeRequiredDescription
statusquerystringStatus keeps only items in one lifecycle state (draft, in_review, approved, queued, published, archived).
projectquerystringProject keeps only items in one brand/site sub-scope.
doctypequerystringDocType keeps only one content type; omitted, the board spans every publishable type.
limitqueryintegerLimit caps the rows returned, clamped to 1000.

Response

StatusBodyMeaning
200boardPageok

200 body — 8 fields.

FieldInTypeAlwaysDescription
countbodyintegerCount is the number of rows in THIS page — never the org's total.
databodyboardItem[]Data is the matching items, most recently updated first.
data[].doctypebodystringDocType is which content type the row came from: Campaign, SocialPost or Asset.
data[].namebodystringName is the document within that type.
data[].projectbodystringProject is the brand/site sub-scope within the org.
data[].statusbodystringStatus is the lifecycle state: draft, in_review, approved, queued, published or archived.
data[].titlebodystringTitle is the item's headline, read from its type's own title field.
data[].updatedAtbodyintegerUpdatedAt is unix seconds of the document's last write, and the key the board sorts on, newest first.

Failure carries the platform error shape — see Errors.

Examples

hanzo content board

Content API · All Hanzo APIs · Interactive reference

How is this guide?

On this page