API
Audit API
Alpha
DSAR is currently in alpha. APIs, package surfaces, configuration, and documentation may change as the project evolves.
GET /requests/:id/audit/export
Export the immutable audit chain for a request.
Query parameters:
format(string, optional):"jsonl"|"csv"
Response (202):
POST /requests/:id/audit/verify
Verify the integrity of an audit chain.
Request body:
hash(string, required): expected hash for the target event or chain checkprevHash(string, optional): previous-link hash when verifying chain continuitysequence(number, required): expected event sequence number
Response (202):