Order Configuration & Results
An order is called a pipeline in the SkyWatch platform.
Get configuration (any org order)
curl --location --globoff \
'https://api.skywatch.co/earthcache/pipelines/{{pipelineID}}' \
--header 'x-api-key: {{User_API_Key}}'
Returns: ID, dates, AOI, area, status, max_cost, product offering/config IDs, project_id, user_information, etc.
Get interval results
curl --location --globoff \
'https://api.skywatch.co/earthcache/pipelines/{{pipelineID}}/interval_results' \
--header 'x-api-key: {{User_API_Key}}'
Each tile includes links: preview PNG, visual PNG, Analytic COG, Visual COG, and metadata JSON.