---
title: "GET /v1/ai/workflow/chat/snapshot"
method: GET
path: "/v1/ai/workflow/chat/snapshot"
---

# GET /v1/ai/workflow/chat/snapshot

`GET /v1/ai/workflow/chat/snapshot`

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).

## Query parameters

- `conversationId` string, required

## Request body

- object

## Response `200`

OK

- GetConversationSnapshotSuccessResponse
  - `code` integer
  - `data` ConversationSnapshot
    - `isActive` boolean — IsActive is true only when a turn is ACTIVELY running, derived from the LangGraph checkpoint (not the in-process lock). A turn paused at an interrupt is NOT active — it is waiting for the user.
    - `mode` unknown
    - `pendingInterrupt` unknown
  - `message` string
  - `requestId` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/b3os/apis/b3os-workflow-api.md) · [All operations](https://skmtc.dev/b3os/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/b3os/b3os-workflow-api/revisions/a8c7af3c66a1/schema)
