Skip to main content
GET
Get Thread Storage

Path Parameters

thread_id
string<uuid>
required

The ID of the thread.

Response

Success

Bytes a thread occupies in the checkpointer, as stored.

thread_id
string<uuid>
required
total_bytes
integer
required

Sum of the three sections below.

checkpoints
Checkpoints · object
required

Checkpoint rows: serialized checkpoint plus metadata.

channel_values
Channel Values · object
required

Stored channel values, one row per channel version.

pending_writes
Pending Writes · object
required

Task writes not yet folded into a checkpoint.