Skip to main content
GET
Verify audit log chain integrity

Autorizaciones

Authorization
string
header
requerido

Bearer token authentication (format: "Bearer {token}")

Parámetros de consulta

maxRecords
integer<int64>

Maximum number of records to inspect; clamped to the server bound. Omit to use the default bound.

Rango requerido: 1 <= x <= 10000

Respuesta

OK

intact
boolean
requerido

True when every inspected record links to the previous one and matches its stored hash

Ejemplo:

true

truncated
boolean
requerido

True when the chain has more records than the inspection bound allowed; the verdict then covers only a prefix

Ejemplo:

false

verifiedCount
integer<int64>
requerido

Number of records confirmed intact (full inspected count when intact, otherwise the count before the first break)

Ejemplo:

1024

firstBrokenSeq
integer<int64>

tenant_seq of the first record that failed verification; omitted when the chain is intact

Ejemplo:

0