# Order Status The Order status API will give the current status or the history of the status of the order. The Order status API can only be accessed by users who have **trading rights**. It will give you orders from **GOPACS orderbook**, **local intraday** and **local intraday**. ## Get History of the Order Status - [GET /public-api/1.0/electricity/orders/status/{orderId}](https://api-reference.etpa.nl/api/order-status/getorderstatus_1.md): Get history of the order status by orderId ## Get Current Order Status - [GET /public-api/1.0/electricity/orders/status/{orderId}/current](https://api-reference.etpa.nl/api/order-status/getordercurrentstatus_1.md): Get current order status by orderId ## Get History of the Order Status by basket id - [GET /public-api/1.0/electricity/orders/status/basket/{basketId}](https://api-reference.etpa.nl/api/order-status/getbasketorderstatus_1.md): Get history of the order status by basketId that were created on POST/PUT order requests. ## Get Current Order Status by basket id - [GET /public-api/1.0/electricity/orders/status/basket/{basketId}/current](https://api-reference.etpa.nl/api/order-status/getbasketordercurrentstatus.md): Get current order status by basketId that were created on POST/PUT order requests.