# XBID Order Status v1 The **XBID Order Status Controller** provides endpoints to retrieve both the **history** and **current status** of XBID orders and baskets. It supports filtering by `orderId` or `basketId` and requires an API key for authentication. Responses include detailed order status entries or lists, with proper handling of cases where no matching records are found. ## Get History of the XBID Order Status by orderId - [GET /public-api/1.0/xbid/orders/status/{id}](https://api-reference.etpa.nl/api/xbid-order-status-v1/getorderstatus.md): Get history of the order status with filtering by orderId that creating on POST/PUT order requests. ## Get Current Order Status by orderId - [GET /public-api/1.0/xbid/orders/status/{id}/current](https://api-reference.etpa.nl/api/xbid-order-status-v1/getordercurrentstatus.md): Get current XBID order status with filtering by orderId that creating on POST/PUT order requests. ## Get History of the XBID Basket Orders Status by basket id - [GET /public-api/1.0/xbid/orders/status/basket/{id}](https://api-reference.etpa.nl/api/xbid-order-status-v1/getbasketorderstatus.md): Get history of the order status with filtering by basketId that creating on POST/PUT order requests. ## Get Current Order Status by basket id - [GET /public-api/1.0/xbid/orders/status/basket/{id}/current](https://api-reference.etpa.nl/api/xbid-order-status-v1/getbasketorderscurrentstatus.md): Get current XBID order status with filtering by basket id that creating on post/put order requests.