List Compliance Reports
Compliance & Anomalies
Generate Compliance Report
Generate a comprehensive compliance report for an entity over a time period
GET
List Compliance Reports
Generates an aggregated compliance report for an entity across all checks performed within a specified time period. Reports provide executive-level summaries, trend analysis, and a consolidated view of all findings — suitable for sharing with auditors, compliance officers, and regulators.
Reports are generated asynchronously for large time ranges. For periods under 30 days, results are typically returned synchronously.
Authentication
RequiresX-API-Key header or Bearer JWT token. Tenant-scoped via X-Tenant-ID.
Request Body
string
required
The type of entity to report on. One of:
agent, model, dataset,
workflow.string
required
The unique identifier of the entity.
string
required
The regulation or framework to report against. Supported values:
SOC2,
ISO27001, GDPR, HIPAA, EU_AI_ACT.string
required
ISO 8601 date for the start of the reporting period (inclusive). Example:
2026-01-01.string
required
ISO 8601 date for the end of the reporting period (inclusive). Example:
2026-03-31.Response
string
Unique identifier for the compliance report. Format:
maip-report:ULID.string
The type of entity reported on.
string
The identifier of the entity reported on.
string
The regulation assessed.
string
Start of the reporting period.
string
End of the reporting period.
string
Report generation status. One of:
generating, ready, failed.object
High-level summary of compliance across the reporting period.
object[]
Aggregated findings across all checks in the period. Deduplicated by control ID with the most recent status.
string
ISO 8601 timestamp of when the report was generated.
Authorizations
API key for machine-to-machine authentication
Query Parameters
Filter by agent
Filter by framework
Available options:
soc2, iso27001, hipaa, gdpr Filter by result status
Available options:
pending, passed, failed, partial Required range:
1 <= x <= 100Required range:
x >= 0
