Skip to main content
POST
Naviguer vers un point de contrôle

Autorisations

X-API-KEY
string
header
requis

En-têtes

X-End-User-ID
string | null

Paramètres de chemin

session_id
string<uuid>
requis

Corps

application/json
checkpoint_name
string
requis

The name of the checkpoint to navigate to.

checkpoint_hint
string | null

Optional hint to guide the agent when resuming from this checkpoint.

stream
boolean
défaut:true

Whether to stream the response.

Réponse

Successful Response

id
string<uuid>
requis

Unique identifier for the message.

role
string
requis

Role of the message sender (user, assistant, system).

content
string
requis

Content of the message.

created_at
string<date-time>
requis

Creation timestamp.

parent_id
string<uuid> | null

ID of the parent message.

sibling_ids
string<uuid>[]

IDs of other messages that share the same parent (branches).

task_id
string | null

The ID of the task processing this message (if applicable).

stream_url
string | null

URL to stream events for this task.