Report types
ORCA generates three types of PDF reports:Generating a report
From the UI
- Navigate to Reports in the sidebar.
- Select a report type and configure options (file scope, date range).
- Click Generate. The report is queued for async processing.
- Once complete, download the PDF or share it via link.
From the API
status is "complete":
Downloading a report
Once the report status iscomplete, download the PDF:
307 redirect to a time-limited S3 presigned URL. The download URL is scoped to your organisation — cross-tenant access is blocked.
Report scheduling
Admins can schedule recurring report generation with automatic email delivery.Create a schedule
Manage schedules
- List schedules:
GET /api/v1/reports/schedules - Update a schedule:
PATCH /api/v1/reports/schedules/{schedule_id} - Delete a schedule:
DELETE /api/v1/reports/schedules/{schedule_id}
admin role.