Get the live/pending state of a conversation (refresh-resume): whether a turn is actively running, the pending interrupt card, and the current mode. Excludes the transcript (use /chat/history) and the canvas (use the workflow record).

get/v1/ai/workflow/chat/snapshot

Query parameters

conversationIdstring required

Conversation ID (stable; the V3 chat checkpoint key)

Request body

object required

Response

OK

codeinteger
messagestring
requestIdstring

Example response

{
  "code": 200,
  "message": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.