List Snapshots
GET {{baseUrl}}/snapshots
Get information about all Snapshots in your account.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
per_page | string | Number of items requested per page. Default is 100 and Max is 500. | |
cursor | string | Cursor for paging. See Meta and Pagination. |
RESPONSES
status: OK
{"snapshots":[{"id":"cb676a46-66fd-4dfb-b839-443f2e6c0b60","date_created":"2020-10-10T01:56:20+00:00","description":"Example Snapshot","size":42949672960,"compressed_size":949678560,"status":"complete","os_id":215,"app_id":0}],"meta":{"total":1,"links":{"next":"","prev":""}}}