Retrieve Message
Returns one message. Poll until response (and prompt) appear —
that’s the signal the workflow has written the recording. While
the workflow is still in flight, content fields are omitted.
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.
When the message was completed by the system.