Governance
View and export the audit trail, view and export the agent execution journal, and set agent budgets.
|
|
| Console |
Governance |
| API |
GET /v1/admin/audit · GET /v1/admin/audit/export?format= · GET /v1/admin/agent/journal · GET /v1/admin/agent/journal/export · PUT /v1/admin/agent/budgets |
| Mutating? |
Budgets — yes; exports/views — read |
Prerequisites
- Signed in (exports and views work for
auditor; budget changes need it_admin / app_owner)
View and export the audit trail
- Open Governance.
- Open the audit trail view (
GET /v1/admin/audit).
- Choose Export and select the offered format (
GET /v1/admin/audit/export?format=).
- Save the downloaded file.
Verify
- The export file downloads and opens in your audit review tool.
- Row content matches what you see on screen for the same time window.
View and export the agent execution journal
- On Governance, open the agent execution journal (
GET /v1/admin/agent/journal).
- Export if needed (
/export).
Verify
- Journal entries load.
- Export produces a usable file.
Set agent budgets
- On Governance, open agent budget controls.
- Set the budget values required by your policy.
- Save (
PUT /v1/admin/agent/budgets).
Verify
- Re-open budget settings and confirm the saved values.
- If signed in as
auditor, confirm save returns 403 RES-ADMIN-403.
If it fails
| Symptom |
Action |
| 403 on budget save |
Expected for auditor — use a mutating role |
| Empty audit / journal |
No events in range, or API error — widen filters; confirm admin API health |
| Need compliance “certification” language for an auditor |
Residion ships control mappings as documentation — not certification. See Guardrails |