Fetch a single message
Retrieve a single message, including prompt and response when ready.
Documentation Index
Fetch the complete documentation index at: https://dev.chief.bot/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Personal Access Token, sent verbatim as pat_<32 chars>. PATs are
minted from the Chief settings UI.
Headers
Project identifier scoping the request. Required on every
project-scoped public endpoint. Missing or malformed values respond
with HTTP 400 and code publicapi.tenancy.project.missing.
^project_[a-z0-9]{20}$Path Parameters
Chat identifier.
^chat_[a-z0-9]{20}$Message identifier.
^message_[a-z0-9]{20}$Response
Message body.
^message_[a-z0-9]{20}$The user's text on this turn. Omitted until the workflow has written the recording. Rich-text prompts are rendered to markdown.
The assistant's text on this turn (the final answer only; intermediate reasoning blocks are excluded). Omitted until the workflow has written the recording. Rich-text responses are rendered to markdown.
From cp.messages.created_at — when the message row was persisted by the workflow.