Skip to main content
GET
Verify audit log chain integrity

Autorizações

Authorization
string
header
obrigatório

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.

Intervalo obrigatório: 1 <= x <= 10000

Resposta

OK

intact
boolean
obrigatório

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

Exemplo:

true

truncated
boolean
obrigatório

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

Exemplo:

false

verifiedCount
integer<int64>
obrigatório

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

Exemplo:

1024

firstBrokenSeq
integer<int64>

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

Exemplo:

0