Beta module namespace
reporting
Beta routes may change with notice and are NOT covered by the 24-month stable window of the core contract.
Every module route is enumerated with method, path, auth and required permission; request/response schemas are not published for the beta surface.
15 operations
| Method | Path | Required permission | Authentication | Summary |
|---|---|---|---|---|
| get | /v1/m/reporting/branding | reporting:report:read | Bearer token | reporting module route (requires reporting:report:read) |
| put | /v1/m/reporting/branding | reporting:report:write | Bearer token | reporting module route (requires reporting:report:write) |
| get | /v1/m/reporting/enterprise/bundle | reporting:report:read | Bearer token | reporting module route (requires reporting:report:read) |
| get | /v1/m/reporting/enterprise/posture | reporting:report:read | Bearer token | reporting module route (requires reporting:report:read) |
| get | /v1/m/reporting/enterprise/risk | reporting:report:read | Bearer token | reporting module route (requires reporting:report:read) |
| get | /v1/m/reporting/reports | reporting:report:read | Bearer token | reporting module route (requires reporting:report:read) |
| get | /v1/m/reporting/reports/{type} | reporting:report:read | Bearer token | reporting module route (requires reporting:report:read) |
| get | /v1/m/reporting/schedules | reporting:report:read | Bearer token | reporting module route (requires reporting:report:read) |
| post | /v1/m/reporting/schedules | reporting:report:write | Bearer token | reporting module route (requires reporting:report:write) |
| delete | /v1/m/reporting/schedules/{id} | reporting:report:write | Bearer token | reporting module route (requires reporting:report:write) |
| get | /v1/m/reporting/schedules/{id}/runs | reporting:report:read | Bearer token | reporting module route (requires reporting:report:read) |
| get | /v1/m/reporting/schedules/{id}/runs/{rid} | reporting:report:read | Bearer token | reporting module route (requires reporting:report:read) |
| get | /v1/m/reporting/templates/{type} | reporting:report:read | Bearer token | reporting module route (requires reporting:report:read) |
| put | /v1/m/reporting/templates/{type} | reporting:report:write | Bearer token | reporting module route (requires reporting:report:write) |
| delete | /v1/m/reporting/templates/{type} | reporting:report:write | Bearer token | reporting module route (requires reporting:report:write) |