Get user's print requests
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
This endpoint returns the print requests a user has made so far. If a request has a creation_datetime, it means that the process is finished. If the creation_datetime is empty, the request is in the queue for processing.
Users can check the status of their requests with this endpoint: v1/export/print/{id}/status
Here is an example of the response:
[ { "boundary": geojson, "id": 1, "mission": "Winnipeg_FA_2020", "collection": "cog", "area": 0.003571, "request_datetime": "2023-08-11T15:25:47.323440", "creation_datetime": "2023-08-11T15:28:01.948937", "max_size": 4000, "output_address": download address, "output_format": "jpg", "job_id": "74c9a493-37a4-4c7f-a17a-4fdd752a4c10" } ]