v106

OpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-03812347972.4 KB
flow_conversations

list conversation messages

get/w/{workspace}/flow_conversations/{conversation_id}/messages

Path parameters

workspacestring required
conversation_idstring uuid required

conversation id

Query parameters

pageinteger

which page to return (start at 1, default 1)

per_pageinteger

number of items to return for a given page (default 30, max 100)

after_seqinteger

Message sequence cursor to fetch only the messages after that cursor

Response

conversation messages

idstring uuid required

Unique identifier for the message

conversation_idstring uuid required

The conversation this message belongs to

message_type'user' | 'assistant' | 'system' | 'tool' required

Type of the message

contentstring required

The message content

job_idstring uuid nullable

Associated job ID if this message came from a flow run

created_atstring date-time required

When the message was created

created_seqinteger required

Monotonic cursor assigned when the message is inserted

step_namestring

The step name that produced that message

successboolean

Whether the message is a success