v1

latestOpenAPI 3.1.02026-07-22304756.7 KB
Box

Get latest box snapshot

Return the most recent completed snapshot for this box, or null if it has none.

get/boxes/{boxId}/snapshots/latest

Path parameters

boxIdstring required

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

Response

Most recent completed snapshot, or null.

okboolean required
type'snapshot.latest' required

Stable success envelope discriminator added by v1.

Example response

{
  "ok": true
}