{ "opencollection": "1.0.0", "info": { "name": "Galileo API Server annotation playground_snapshots API", "version": "1.1085.0" }, "items": [ { "info": { "name": "playground_snapshots", "type": "folder" }, "items": [ { "info": { "name": "Query Snapshots", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/projects/:project_id/playgrounds/:playground_id/snapshots/query", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "playground_id", "value": "", "type": "path" }, { "name": "starting_token", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Query Snapshots" }, { "info": { "name": "Delete Playground Snapshot", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/projects/:project_id/playgrounds/:playground_id/snapshots/:snapshot_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "snapshot_id", "value": "", "type": "path" }, { "name": "playground_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Delete Playground Snapshot" }, { "info": { "name": "Load Playground Snapshot", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/projects/:project_id/playgrounds/:playground_id/snapshots/:snapshot_id/load", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "playground_id", "value": "", "type": "path" }, { "name": "snapshot_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Load Playground Snapshot" } ] } ], "bundled": true }