Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Path Parameters

checkpoint_id
string
required

Response

200 - application/json

Response with presigned URLs for files under a Loops checkpoint.

presigned_urls
CheckpointFile · object[]
required

List of presigned URLs for checkpoint files.

total_count
integer
required

Total number of checkpoint files available.

next_page_token
integer | null

Token to use for fetching the next page of results. None when there are no more results.