Skip to main content
GET
Export the tamper-evident hash-chained audit ledger

Authorizations

Authorization
string
header
required

Dairo API key, e.g. dairo_test_... or dairo_live_...

Query Parameters

from
string<date-time>

Lower bound (inclusive) RFC3339 timestamp on created_at.

to
string<date-time>

Upper bound (inclusive) RFC3339 timestamp on created_at.

after
integer<int64>

Keyset cursor: the prior page's pagination.nextCursor (a chainSeq). Returns rows with a strictly greater chainSeq, draining history past the 5000-row page cap.

format
enum<string>

Reserved; only the JSON form is emitted in V1 (NDJSON streaming is a fast-follow).

Available options:
json,
ndjson

Response

Success

A hash-chained audit-ledger export plus its signed verification manifest.

rows
object[]
required
manifest
object
required

Signed manifest committing to the export window bounds, rowCount, and chain head.

pagination
object

Keyset pagination for draining history past the 5000-row page cap.