Skip to main content
POST
/
checkpoints
/
put
Put Checkpoint
curl --request POST \
  --url https://api.example.com/checkpoints/put \
  --header 'Content-Type: application/json' \
  --data '
{
  "thread_id": "<string>",
  "checkpoint_id": "<string>",
  "checkpoint": {},
  "checkpoint_ns": "",
  "parent_checkpoint_id": "<string>",
  "metadata": {},
  "blobs": [
    {
      "channel": "<string>",
      "version": "<string>",
      "type": "<string>",
      "blob": "<string>"
    }
  ]
}
'
{
  "thread_id": "<string>",
  "checkpoint_ns": "<string>",
  "checkpoint_id": "<string>"
}

Body

application/json
thread_id
string
required
checkpoint_id
string
required
checkpoint
Checkpoint JSONB payload · object
required
checkpoint_ns
string
default:""
parent_checkpoint_id
string | null
metadata
Checkpoint metadata · object
blobs
BlobData · object[]

Response

Successful Response

thread_id
string
required
checkpoint_ns
string
required
checkpoint_id
string
required