Report

Generate reports from ledger data for auditing, compliance, and reconciliation.

A report generates structured data from the ledger. Report types like reconciliation or billing are defined by schemas, and each report is configured with parameters like date ranges and filters.

Use reports to extract ledger data for auditing, compliance, or integration with external systems.

Endpoints

MethodPathDescription
POST/reportsConfigure a structured data export for auditing, reconciliation, or compliance.
GET/reportsQuery reports with filtering, sorting, and pagination.
GET/reports/{id}Retrieve a report by its handle or LUID.
DELETE/reports/{id}Permanently remove a report from the ledger.
POST/reports/{id}/proofsSubmit a signed proof to a report record.

Access & History

MethodPathDescription
POST/reports/{id}/access/!checkEvaluate what actions a signer can perform on this report.
GET/reports/{id}/changesRetrieve the change history of a report by its handle or LUID.
GET/reports/{id}/changes/{change}Retrieve a change record for a report by handle or LUID and change number.

On this page