{ "opencollection": "1.0.0", "info": { "name": "SkyWatch EarthCache Archive Search Interval Results API", "version": "1.7" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Interval Results", "type": "folder" }, "items": [ { "info": { "name": "List interval results for a pipeline", "type": "http" }, "http": { "method": "GET", "url": "https://api.skywatch.co/earthcache/pipelines/:id/interval_results", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the pipeline." } ] }, "docs": "The most common method of accessing pipeline results - lists the interval results produced by a single pipeline, including delivery URLs." }, { "info": { "name": "List all interval results", "type": "http" }, "http": { "method": "GET", "url": "https://api.skywatch.co/earthcache/interval_results" }, "docs": "List interval results across all of the caller's pipelines." } ] } ], "bundled": true }