Create workflow checkpoint
POST
/api/v4/ai/duo_workflows/workflows/{id}/checkpoints
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
integer
The ID of the workflow
Request Bodyrequired
Section titled “Request Bodyrequired”Media typeapplication/json
object
thread_ts
required
The thread ts
string
parent_ts
The parent ts
string
checkpoint
Checkpoint content
object
compressed_checkpoint
Checkpoint content zlib compressed and base64 encoded
string
metadata
required
Checkpoint metadata
object
model_metadata_json
JSON string of the model metadata
string
flow_metadata_json
JSON string of the flow metadata
string
current_thread
Thread grouping hint for blob reconstruction
integer
channel_blobs
Per-channel blobs for incremental checkpoint storage
Array<object>
object
channel
required
Channel name
string
version
required
Channel version
string
write_type
required
Serialization type (e.g. msgpack)
string
step_action
required
Append or replace signal (conversation or compaction)
string
data
required
Base64-encoded blob bytes
string
Responses
Section titled “Responses”Created
Bad Request
Not Found