You can get a list of all orders created in the last three months with the following request:
GET https://api.planet.com/compute/ops/orders/v2/Query parameters
The List Orders endpoint supports filtering on order_state with a query parameter appended to the request:
?order_state=<queued|running|success|partial|failed|cancelled>
Orders created more than three months ago are not available through the Orders API. For older orders, contact Planet Support.
Example request
GET https://api.planet.com/compute/ops/orders/v2/?order_state=queuedExample response
The List Orders response returns a paged list of your queued orders placed in the last three months. The order schema is consistent with the Get Order response.
Comments
Please sign in to leave a comment.