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.
Example response
{
"ok": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.