{ "opencollection": "1.0.0", "info": { "name": "CyCognito API V1 Reference Assets Audit Logs API", "version": "0.0.1" }, "items": [ { "info": { "name": "Audit Logs", "type": "folder" }, "items": [ { "info": { "name": "Retrieve audit logs", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/audit-log", "params": [ { "name": "count", "value": "", "type": "query", "description": "Defines the number of results to be retrieved. Defaults to 10 with a max limit of 1000." }, { "name": "offset", "value": "", "type": "query", "description": "Sets the starting index for result retrieval, influenced by the `count` parameter. By default, `offset` is 0. Example: `offset` 3 with `count` 25 fetches results from index 75 to 99." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Access events and activities from the audit log within defined timeframes." } ] } ], "bundled": true }