Checkpoints
Get checkpoint files
Gets presigned URLs for the files under a Loops checkpoint. Returns a paginated list.
GET
cURL
Authorizations
Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.
Path Parameters
Query Parameters
Max files per page (default 1000).
Required range:
x >= 1Offset into the file list (default 0).
Required range:
x >= 0Response
200 - application/json
Response with presigned URLs for files under a Loops checkpoint.
cURL