v1

latestOpenAPI 3.1.02026-07-22304756.7 KB
Box

List snapshots

List completed snapshots across all of your boxes, newest first. Each item carries the boxId it belongs to.

get/snapshots

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 owned by the authenticated Box user.

okboolean required
type'snapshot.list' required

Stable success envelope discriminator added by v1.

Example response

{
  "ok": true
}