{ "opencollection": "1.0.0", "info": { "name": "Benchling AA Sequences Audit API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Audit", "type": "folder" }, "items": [ { "info": { "name": "Export an audit log file for a Benchling object", "type": "http" }, "http": { "method": "POST", "url": "/api/v2/audit/log/:object_id", "params": [ { "name": "object_id", "value": "seq_yWs5X7lv", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint launches a [long-running task](#/Tasks/getTask) and returns the Task ID of the launched task. The `ExportAuditLogAsyncTask` response contains a link to download the exported audit log file from Amazon S3. This endpoint is subject to a rate limit of 500 requests per hour, in conjunction with the global request rate limit. Export throughput will additionally be rate limited around the scale of 70,000 total audit events exported in csv format or 30,000 total audit events exported in p" } ] } ], "bundled": true }