API referenceOperations
Get a checkpoint
GET
/v1/checkpoints/{checkpoint_id}Authorization
apiKey AuthorizationBearer <token>
In: header
Path Parameters
checkpoint_id*string
Match
^chk_[0-9a-f]{32}$Response Body
application/json
application/json
application/json
application/json
{ "id": "string", "session_id": "string", "parent_id": "string", "operation_id": "string", "lifecycle": "creating", "durability": "none", "label": "string", "created_at": "2019-08-24T14:15:22Z", "expires_at": "2019-08-24T14:15:22Z", "deleted_at": "2019-08-24T14:15:22Z", "logical_size_bytes": 0}