# Get Current Order Status by orderId Get current XBID order status with filtering by orderId that creating on POST/PUT order requests. Endpoint: GET /public-api/1.0/xbid/orders/status/{id}/current Version: 1.0 Security: api-key ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `status` (string, required) The status of order status item Enum: "CREATED", "UPDATED", "COMPLETED", "CANCELLED", "FAILED", "XBIDRECEIVED", "XBIDACCEPTED", "HIBERNATE", "ACTIVE" - `reason` (string) The reason of the UPDATED / FAILED / CANCELLED status. - `createdTime` (integer, required) The time of when this order status item has been processed. Example: 1576663249398 ## Response 400 fields (*/*): - `errors` (array) ## Response 404 fields (*/*): - `status` (string, required) The status of order status item Enum: "CREATED", "UPDATED", "COMPLETED", "CANCELLED", "FAILED", "XBIDRECEIVED", "XBIDACCEPTED", "HIBERNATE", "ACTIVE" - `reason` (string) The reason of the UPDATED / FAILED / CANCELLED status. - `createdTime` (integer, required) The time of when this order status item has been processed. Example: 1576663249398 ## Response 412 fields (*/*): - `errors` (array)