status
Check the publish status of content pieces by content ID or channel. View which items are published, queued, or errored.
Instructions
Return publish state for content pieces. Filters by content_id, channel, or both; returns all entries when neither is given. Side effects: read-only; no external HTTP calls; no auth needed. Deterministic given unchanged backend state. Use status to inspect what has been published, what is queued, or what errored; use publish, schedule, or drain to change state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content_id | No | Filter to a specific content piece by its stable ID; omit to return state for all content. | |
| channel | No | Filter to a specific channel slug, e.g. 'devto', 'reddit:ClaudeAI'; omit to return state for all channels. |