{ "opencollection": "1.0.0", "info": { "name": "Contentstack Analytics Accounts Audit Logs API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Audit Logs", "type": "folder" }, "items": [ { "info": { "name": "Get all audit logs", "type": "http" }, "http": { "method": "GET", "url": "https://api.contentstack.io/v1/organizations/:organization_uid/projects/:project_uid/audit-logs", "params": [ { "name": "organization_uid", "value": "", "type": "path", "description": "The unique identifier of the organization." }, { "name": "project_uid", "value": "", "type": "path", "description": "The unique identifier of the automation project." } ] }, "docs": "Retrieves all audit log entries for administrative actions taken within the project such as creating, updating, or deleting automations and configuration changes." } ] } ], "bundled": true }