EnhancementTorii Identity
Completed access review campaign reports are now accessible via API, enabling automated retrieval without manual downloads from the UI. Two endpoints power this:
GET /v1.0/accessReviews/campaigns— lists executions by state, newest-first; completed and archived entries includereportZipFileId(CSV) andreportZipPdfFileId(PDF)GET /v1.0/files/{id}/download— retrieves the report zip by file ID?completedAfter=<timestamp>— poll for only new completions since your last run
Also available as an MCP tool. A null file ID on a completed execution means the zip is still generating — retry shortly.