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

deployment_id
string
required

Query Parameters

page_size
integer
default:1000

Max files per page (default and maximum 1000).

Required range: 1 <= x <= 1000
page_token
string | null

Opaque token for the next page.

Response

200 - application/json

Response with presigned URLs for a Loops deployment's debug archive.

presigned_urls
CheckpointFile · object[]
required
next_page_token
string | null