Skip to main content
GET
Get snapshot by ID

Authorizations

Authorization
string
header
required

Firebase Auth JWT issued by Google Identity Platform. Obtain a token by signing in at your app domain and calling firebase.auth().currentUser.getIdToken().

Path Parameters

tenant_id
string
required

Tenant identifier.

subject_type
enum<string>
required

Subject type discriminator.

Available options:
individual,
organization
subject_id
string
required

Stable subject identifier within its type namespace.

snapshot_id
string<uuid>
required

Snapshot UUID.

Query Parameters

view
enum<string>
default:full
Available options:
full,
header
verify
enum<string>
default:none
Available options:
none,
hash

Response

Snapshot.

snapshot
object

Lightweight snapshot metadata without the full envelope.

verification
object