v1

latestOpenAPI 3.1.02026-07-22304756.7 KB
Box

List box snapshots

List completed snapshots for one box, newest first.

get/boxes/{boxId}/snapshots

Path parameters

boxIdstring required

Public Box id returned by create/list/get box calls.

Query parameters

limitinteger

Maximum items to return.

cursorstring nullable

Opaque pagination cursor returned as pageInfo.nextCursor.

sort'asc' | 'desc'

Sort direction for cursor pagination.

Response

Completed snapshots for this box.

okboolean required
type'snapshot.list' required

Stable success envelope discriminator added by v1.

Example response

{
  "ok": true
}