Get debug data for an AI chat session

get/v1/ai/workflow/chat/debug

Query parameters

conversationIdstring

Conversation ID (preferred, stable identifier)

workflowIdstring

Workflow ID (for edit page, legacy)

sessionIdstring

Session ID (for create page, legacy)

agentVersionstring

Caddie lane to restrict to (v1, v2, v3). When omitted and grouped=false: non-admin callers default to v2 (backward compat); admin callers get the most recently updated lane, so v3-only conversations stay visible.

groupedboolean

When true, return both v2 and v3 lanes as { versions: { v2, v3 } }

Request body

object required

Response

OK

codeinteger
datainteger[]
messagestring
requestIdstring

Example response

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

Changes

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