Skip to main content

List checkpoints in remote object storage

Retrieve the list of checkpoints available in the configured remote object storage (e.g., S3). Requires the pipeline to be running with a sync storage configuration.

Path Parameters
pipeline_name string REQUIRED

Unique pipeline name

Responses
200

Remote checkpoints retrieved successfully.

Schema OPTIONAL
object[]
uuid uuid

UUID of the checkpoint.

404

Pipeline with that name does not exist

Schema OPTIONAL
details

Detailed error metadata. The contents of this field is determined by error_code.

error_code string

Error code is a string that specifies this error type.

message string

Human-readable error message.

500
Schema OPTIONAL
details

Detailed error metadata. The contents of this field is determined by error_code.

error_code string

Error code is a string that specifies this error type.

message string

Human-readable error message.

503
Schema OPTIONAL
details

Detailed error metadata. The contents of this field is determined by error_code.

error_code string

Error code is a string that specifies this error type.

message string

Human-readable error message.