GET https://api.uip.digital/v1/audits/{id} · Auth: Bearer API key404.
The audit id is {session_id}_{stage}. You receive it on the
step.completed webhook and on every result
in GET /v1/sessions/{id}.
Path parameters
The audit id, e.g.
sess_abc123_0 (session id + _ + zero-based stage).Response
The audit id.
The session this step belonged to.
Zero-based index of the step within the session.
identify · age_verify · sign · light_sign.The wallet that fulfilled the step.
The cleartext cryptographic proof — PII-free by construction. Shape depends on the
primitive:
This record’s content hash (
sha256:…), the head of the chain link.The previous stage’s
record_hash (or the genesis value for stage 0) — the per-session hash chain.RFC 3161 trusted-timestamp token, when a timestamping authority is configured.
ISO 8601 time the step verified.
Your durable correlation key, if you set one at create.
true when the underlying identity was sealed (e.g. age_verify) — a flag, never the PII.404 if the audit record doesn’t exist or isn’t owned by your business.
Need the full, decrypted record for a legal proceeding? That’s a separate,
lawful channel — see Audits → Legal requests.