Skip to main content
GET
Signed snapshot

Authorizations

X-Niadra-Cell-Token
string
header
required

Path Parameters

cell_id
string
required

Query Parameters

after
integer | null

The version the cell already has. With it, the call waits until a newer version exists, or answers 304 at the deadline.

Required range: x >= 0
wait
number
default:25

How long to wait for a newer version, up to 30 seconds. Defaults to 25.

Required range: 0 <= x <= 30

Response

The signed snapshot.

signature covers the canonical JSON of manifest; keys_signature that of keys (both Ed25519, base64url). Each document's SHA-256 over its canonical JSON must match the manifest.

documents
Documents · object
required
keys
Keys · object
required
keys_signature
string
required
kid
string
required
manifest
Manifest · object
required
signature
string
required