{ "opencollection": "1.0.0", "info": { "name": "Daytona admin audit API", "version": "1.0" }, "items": [ { "info": { "name": "audit", "type": "folder" }, "items": [ { "info": { "name": "Get audit logs for organization", "type": "http" }, "http": { "method": "GET", "url": "https://app.daytona.io/api/audit/organizations/:organizationId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" }, { "name": "page", "value": "", "type": "query", "description": "Page number of the results" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results per page" }, { "name": "from", "value": "", "type": "query", "description": "From date (ISO 8601 format)" }, { "name": "to", "value": "", "type": "query", "description": "To date (ISO 8601 format)" }, { "name": "nextToken", "value": "", "type": "query", "description": "Token for cursor-based pagination. When provided, takes precedence over page parameter." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get audit logs for organization" } ] } ], "bundled": true }