Compliance Reports
The Compliance page in the Customer Portal is where a compliance officer reads the organisation's current posture per jurisdiction, generates a report over a date range, and exports the underlying evidence.
:::tip Calling the API directly?
This page is the portal walkthrough. If you are generating reports
programmatically rather than from the UI, see the
Compliance Reports API reference for the
create/poll/download endpoints, report_state semantics, and error codes.
:::
Five regulatory frameworks are selectable:
| Jurisdiction | Framework | What the report covers | Retention expectation |
|---|---|---|---|
| European Union | EU AI Act | Conformity assessments, risk management (Arts. 9-17), accuracy and bias monitoring, audit trail, Article 43 conformity summary | Logs at least 6 months; technical documentation 10 years |
| India (securities markets) | SEBI AI/ML guidelines | Readiness across the six pillars, audit export, retention posture, decision-chain lineage | 5 years |
| India (banking) | RBI FREE-AI | Board report, incidents, kill-switch history, model validations, AI system register | As set by the FREE-AI framework |
| Singapore | MAS FEAT | FEAT four-pillar assessments, system registry, kill-switch history | 7 years |
| Indonesia | OJK, Bank Indonesia, UU PDP | AI governance summary, policy violations, LLM and decision activity, human oversight, PII redactions, cross-border transfers, 72-hour breach log, BI PJP section | 5 years |
Selecting a jurisdiction loads that jurisdiction's data only. The page does not open five modules' worth of requests to show you one.
Reading a section
Each section is rendered in one of three states, and they mean different things.
The section has data
The tables show what the module holds for your organisation right now: your conformity assessments, your registered AI systems, your incidents, your kill-switch history. Nothing on this page is a sample or a placeholder.
The section is empty
An empty section says so plainly, with the count and the action that would fill it, for example:
0 conformity assessments Start one to populate this section. Assessments are created in the EU AI Act module; the console reads them.
This module is running and reachable. There is simply nothing recorded yet.
This is not an error and not a sign that the module is missing. It means the module answered normally and your organisation has not recorded anything in it yet. A new deployment starts here for most sections.
The section is not available
When a section cannot be shown, the page tells you which of five reasons applies, because each needs something different from you.
| What you see | What it means | What to do |
|---|---|---|
| Not included in your licence | Your plan does not cover this module or this export. The message shown is the server's own, including any upgrade link. Daily export caps appear here too. | Nothing is wrong with your data. Upgrading unlocks the section. |
| Your role cannot do this | Your role can read, but this particular action needs administrator authority on your team. | Ask an admin on your team to run it. Everything you can read stays readable. |
| Your session has ended | You are signed out, or the deployment's internal authentication is not configured. | Use Sign in again. Nothing is wrong with your data, your licence or your role. |
| Not available on this deployment | The endpoint is not served by the platform version you are running. | Nothing is wrong with your data. A newer platform version adds it. |
| Could not load this section | The server did not answer, or answered with an error. The HTTP status is shown. | Use Retry. This is a temporary failure, not a licence or permission problem. |
The distinctions matter in practice. A viewer, a non-paying account and a signed-out session each see a different message, and only one of the three is fixed by buying something.
Who can do what
Compliance reporting uses two separate permissions, and they are genuinely different questions.
| Action | Requirement |
|---|---|
| Read any compliance section | Audit read access on your organisation |
| Generate a report | Administrator, owner or policy admin role |
| Download a generated report | Administrator, owner or policy admin role |
| Export evidence | Administrator, owner or policy admin role |
Report viewing and report exporting are deliberately split. A reviewer with audit access can read every section on this page all day; a whole-tenant export is an administrator action, because a compliance artifact covering every user's activity is not a per-user read. If your role cannot export, the page says exactly that rather than implying the module is switched off.
Generating a report
- Select the jurisdiction.
- Set the From and To dates. The range is what the report covers.
- Choose a Format. Only the formats that jurisdiction supports are offered. Where a deployment's export can only produce one of them, the page says so after the download rather than silently handing you a different file type.
- Where the framework has sub-frameworks (SEBI, and OJK including Bank Indonesia PJP), choose one under Framework.
- Select Generate report.
If the report is produced immediately, a Download button appears with the record count. If it is queued, the page shows the job status and checks again every 30 seconds; Check now polls immediately rather than waiting for the next check. If the job is still running after ten minutes the page says so instead of spinning silently.
A failed job is reported as a failed job, with the server's reason. Nothing is downloaded in that case.
What the page tells you after a download
A confirmation, naming the file and its size:
Downloaded axonflow-sebi-report-2026-01-01-to-2026-06-30.json (14,220 bytes).
If the delivered file type is known and differs from the one you picked, that sentence continues:
This deployment's export returns JSON, not CSV; the other formats arrive with the compliance report facade.
A capped result set, in amber, as an alert, alongside the confirmation:
Export capped at 50,000 rows (most recent first). Narrow the date range to export the rest - the file you just downloaded is partial.
Treat that one as load-bearing. A compliance artifact that is silently partial is worse than one that is missing. A capped file is still a file, so the confirmation above stays on screen next to it: you can see both what arrived and that it is incomplete.
A signed-storage handoff, instead of the confirmation:
Your download has started from signed storage. The portal does not see that file, so check its name and row count before filing.
Large reports are delivered as a signed link straight from object storage. Your browser fetches them directly and names the file from storage's own headers, so the portal can tell you neither the filename nor the row count. It says so rather than reporting figures it never saw.
Exporting evidence
The Evidence export card is available whichever jurisdiction is selected. It bundles audit logs, workflow steps and approvals for your entitled window into a single JSON file, and shows the record counts before you download.
Two things worth knowing:
- Your licence sets the window. If you ask for a range longer than your tier allows, the platform exports the part it can and the page tells you the range the file actually contains, rather than naming the file after the range you asked for.
- Evaluation licences watermark the bundle. The disclaimer shown on the card is included in the exported file.
Frequently asked
A section says 0 records. Is the module broken? No. An empty section is a working module with nothing recorded yet. A broken module reads "Could not load this section" and shows an HTTP status.
I can read the page but the Download evidence button gives me a refusal. Your role has audit read access but not administrator authority. Ask an admin on your team; the export is theirs to run.
Report generation says it is not available on this deployment. On-demand generation is being rolled out per jurisdiction. Where it is not yet served, the sections on the page remain live and evidence export still works.
Can I generate a report for a jurisdiction we do not operate in? You can select any of the five. The report will reflect what your organisation has actually recorded, which for an unused framework is an empty report.
Related
- Compliance Reports API - the create/poll/download endpoints behind this page
- Evidence export - the audit-bundle export surfaced on the Evidence export card
- Roles & Permissions - who can read versus who can generate and export
