See & Manage Orders
See Orders
You can see all past and active orders including the chosen order settings, the ordered area and the requested time-period, using the orders
endpoint:
Orders endpoint: GET /api/tasking/orders
Example Response:
{
"Data": {
"TaskOrders": [
{
"TaskOrderGuid": "c3528462-02fc-4301-bb37-8d226b45f149",
"BillingCycle": "Monthly",
"OrderingProcessStatus": "Initialize",
"StorageMonths": 3,
"ApiRequests": 5,
"TaskOrderAreaKm2": 525.3,
"SatelliteConstellations": [
"Sentinel1",
"Sentinel2",
"Landsat89"
],
"Model": "Stratus2",
"ImageFrequency": 2,
"ReferenceDate": "2023-06-01",
"From": "2023-06-01",
"To": null,
"Tiles": [ ],
"MiniTiles": [ ],
"Wkt": "GEOMETRYCOLLECTION (POLYGON ((8.675127 55.962046, 8.675127 55.963407, 8.679411 55.963407, 8.679411 55.962046, 8.675127 55.962046)), POLYGON ((8.472053 56.105382, 8.472053 56.337398, 8.948552 56.337398, 8.948552 56.105382, 8.472053 56.105382)), POLYGON ((8.678 55.948533, 8.678 56.068376, 8.878589 56.068376, 8.878589 55.948533, 8.678 55.948533)))"
}
]
},
"Succeeded": true,
"Error": null
}
Order Process Status
- Review: Order is being reviewed before initialization.
- Initialize: Scheduling prediction of images for area and period for order.
- Failure: Unable to handle order, contact us for more information.
- Working: Order is being scheduled for live data.
- Done: Order is complete.
Cancel Orders
You can cancel orders currently in the review
stage, as they have not been confirmed nor processed yet, as well as cancel any recurring orders. This can be done using the cancel
endpoint:
Cancel endpoint: DELETE /api/tasking/orders/cancel