How to get a list of orders

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=queued

Example 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.

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.