{ "opencollection": "1.0.0", "info": { "name": "Paperspace Container Registries Activity API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Activity", "type": "folder" }, "items": [ { "info": { "name": "List Project Activity", "type": "http" }, "http": { "method": "GET", "url": "https://api.paperspace.com/v1/projects/:id/activity", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "type", "value": "", "type": "query" }, { "name": "after", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Lists project activity events with filtering and pagination options." } ] } ], "bundled": true }