Chat
Get conversation
Returns the conversation with all messages. Use this to poll for completion
after sending a message — check the top-level status field.
GET
Get conversation
Authorizations
API token with sk-de- prefix.
Created in the Decimal dashboard under Settings → API Tokens.
Path Parameters
Conversation ID (returned by POST /v0/chat).
Response
Conversation with message history.
Conversation status. processing while the AI is working,
completed once the response is ready, or failed if an error occurred.
Available options:
completed, processing, failed Previous
Escalate to ticketing integrationEscalate a completed conversation to an external ticketing integration
(Plain, Pylon, or Linear). Creates a ticket with the conversation transcript
and AI-generated summary.
Can only be called once per conversation. Subsequent calls return `409 Conflict`.
Next
Get conversation