Get Thread Storage
Bytes the thread’s checkpoints occupy in the built-in checkpointer, as stored: checkpoints, channel values (per channel) and pending writes. Returns 501 when a custom checkpointer is configured.
GET
Get Thread Storage
Path Parameters
The ID of the thread.
Response
Success
Bytes a thread occupies in the checkpointer, as stored.
Sum of the three sections below.
Checkpoint rows: serialized checkpoint plus metadata.
Stored channel values, one row per channel version.
Task writes not yet folded into a checkpoint.

