Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Hiloop API key sent as an HTTP Bearer token.

Query Parameters

source_sandbox_id
string

Optional source sandbox id filter.

name
string

Optional exact snapshot-name filter.

page_size
integer<uint32>

Maximum number of snapshots to return. Zero uses the server default; the server caps it at 100.

Required range: x <= 100
page_token
string

Opaque token returned by a previous response. It binds the organization and every filter argument; changing any argument is rejected. Empty starts the first page.

id
string

Optional exact snapshot id filter.

Response

OK

snapshots
object[]
required

The snapshots on this page, ordered by created_at descending then id descending, including their parent lineage edges.

next_page_token
string
required

Token for the next page. Empty means this is the final page.