Insights
Reports, Exports & API Access
CSV exports of licences, payments, and royalties; scheduled email reports; and the read-only JSON API.
Everything visible in the UI is exportable as CSV. Heavier or scheduled data needs the API.
Ad-hoc CSV
On Licences, Payments, or Royalties, click Export. Current filters apply.
Scheduled reports
Reports → New schedule. Choose a query template (e.g. 'Monthly royalty statement'), frequency, and recipients.
Read-only API
Generate an API key under Plugins → API keys. Endpoints:
GET /api/v1/licenses?status=active&since=2026-01-01
GET /api/v1/payments?status=paid&since=2026-01-01
GET /api/v1/royalties?play=hamlet-2026API responses are paginated at 100 rows. Use the
cursor parameter for the next page.