{ "opencollection": "1.0.0", "info": { "name": "Postman Audit Logs API", "version": "1.0.0" }, "items": [ { "info": { "name": "auditLogs", "type": "folder" }, "items": [ { "info": { "name": "Get team audit logs", "type": "http" }, "http": { "method": "GET", "url": "https://api.postman.com/audit/logs", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "userId", "value": "", "type": "query", "description": "Return only results that match the given user ID." }, { "name": "action", "value": "", "type": "query", "description": "Filter results by an audit log action." }, { "name": "since", "value": "", "type": "query", "description": "Return logs created after the given time, in `YYYY-MM-DD` format." }, { "name": "until", "value": "", "type": "query", "description": "Return logs created before the given time, in `YYYY-MM-DD` format." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of audit events to return at once." }, { "name": "cursor", "value": "", "type": "query", "description": "The pointer to the first record of the set of paginated results. To view the next response, use the `nextCursor` value for this parameter." }, { "name": "orderBy", "value": "", "type": "query", "description": "Return the records in ascending (`asc`) or descending (`desc`) order." }, { "name": "order_by", "value": "", "type": "query", "description": "Return the records in ascending (`asc`) or descending (`desc`) order." } ] }, "docs": "Gets a list of your team's generated audit events. For a complete list of all audit events, see [Audit logs](https://learning.postman.com/docs/administration/audit-logs/)." }, { "info": { "name": "Get all audit log event actions", "type": "http" }, "http": { "method": "GET", "url": "https://api.postman.com/audit-actions", "headers": [ { "name": "x-api-key", "value": "" } ] }, "docs": "Gets a complete list of all available audit log event actions." } ] } ], "bundled": true }