Get user's crop requests
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
This endpoint returns the crop requests a user has made so far. If a request has a completion datetime, it means that the process is finished. If the completion datetime is empty, it is either under process or the payment hasn't been completed yet.
Users can check the status of their requests with this endpoint: v1/export/crop/{id}/status
Here is an example of the response:
[ { "boundary": geojson, "id": 1, "mission": "Winnipeg_FA_2020", "collection": "cog", "area": 0.003593, "price": 443, "isPaid": false, "requestDatetime": "2023-08-11T15:13:38.895074", "creationDatetime": "2023-08-11T15:16:03.663464", "resolution": 1, "outputAddress": download address, "outputFormat": "tif", "jobId": "df905560-d425-4c2c-9c67-33e45d8c01d2" } ]