{ "opencollection": "1.0.0", "info": { "name": "E2B access-tokens snapshots API", "version": "0.1.0" }, "items": [ { "info": { "name": "snapshots", "type": "folder" }, "items": [ { "info": { "name": "GET /snapshots", "type": "http" }, "http": { "method": "GET", "url": "https://api.e2b.app/snapshots", "params": [ { "name": "sandboxID", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return per page" }, { "name": "nextToken", "value": "", "type": "query", "description": "Cursor to start the list from" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "List all snapshots for the team" } ] } ], "bundled": true }