Last updated 7 months ago
Retrieve the specified analysis.
/analyses/{id}
curl -L \ --url 'https://api.tradeaware.live-eo.com/analyses/{id}' \ --header 'Authorization: Bearer JWT'
{ "id": "02c36247-1aad-41ba-aa49-f114ca4c263f", "createdAt": "2023-07-26T15:03:48Z", "updatedAt": "2023-07-28T09:13:37Z", "status": "started", "plotId": "02c36247-1aad-41ba-aa49-f114ca4c263f", "analysedAt": "2023-07-28T09:13:37Z", "version": "open-source-1.0.0", "deforestedArea": 123.45, "deforestedGeometry": { "type": "Polygon", "coordinates": [ [ [ 13, 52.5 ], [ 13.5, 52.5 ], [ 13.5, 52 ], [ 13, 52 ], [ 13, 52.5 ] ] ] }, "riskOfDeforestation": 0.3, "type": "EUFOROBS", "metadata": { "some": "metadata" }, "name": "text" }