# Get list of orders by status **GET /orders/{orderStatus}** Replaced by filters on `/orders` endpoint. Returns list of all orders with certain status (replace `open` with desired status name). ## Servers ## Parameters ### Headers - **X-Application-Name** (string) ### Path parameters - **orderStatus** (string) ### Query parameters - **filter** (string) With URL parameter `filter=basic` objects with basic data are returned instead of list of ids. - **client_id** (string) Client identifier ## Responses ### 200 Order list OK response #### Body: (object) - **data** (array[integer]) - **result** (object) - **paging** (object) [Powered by Bump.sh](https://bump.sh)