{ "opencollection": "1.0.0", "info": { "name": "ForgeRock Access Management Access Requests Analytics API", "version": "7.3.0" }, "request": { "auth": { "type": "apikey", "key": "iPlanetDirectoryPro", "value": "{{iPlanetDirectoryPro}}", "placement": "header" } }, "items": [ { "info": { "name": "Analytics", "type": "folder" }, "items": [ { "info": { "name": "ForgeRock Get analytics pipeline status", "type": "http" }, "http": { "method": "GET", "url": "https://{deployment}/am/api/analytics/status" }, "docs": "Retrieve the current status of the analytics pipeline, including training status, last run time, and pipeline health." }, { "info": { "name": "ForgeRock List analytics reports", "type": "http" }, "http": { "method": "GET", "url": "https://{deployment}/am/api/analytics/reports", "params": [ { "name": "maxResults", "value": "", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "", "type": "query", "description": "Offset for pagination" } ] }, "docs": "List available analytics reports from completed pipeline runs." } ] } ], "bundled": true }