{ "opencollection": "1.0.0", "info": { "name": "Paperspace Container Registries Activity Machine Events API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Machine Events", "type": "folder" }, "items": [ { "info": { "name": "List Machine Events", "type": "http" }, "http": { "method": "GET", "url": "https://api.paperspace.com/v1/machine-events", "params": [ { "name": "after", "value": "", "type": "query", "description": "Pagination cursor." }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Fetches a page of machine events across the team." }, { "info": { "name": "Get Machine Event", "type": "http" }, "http": { "method": "GET", "url": "https://api.paperspace.com/v1/machine-events/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Fetches a single machine event by ID." } ] } ], "bundled": true }