# Get Current Order Status Get current order status by orderId Endpoint: GET /public-api/1.0/electricity/orders/status/{orderId}/current Version: 1.0 Security: api-key ## Path parameters: - `orderId` (any, required) ## Response 200 fields (application/json): - `status` (string, required) The status of order status item Enum: "CREATED", "UPDATED", "COMPLETED", "CANCELLED", "FAILED", "MATCHED" - `reason` (string) The reason of the FAILED / CANCELLED status. - `createdTime` (integer, required) The time of 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", "MATCHED" - `reason` (string) The reason of the FAILED / CANCELLED status. - `createdTime` (integer, required) The time of this order status item has been processed. Example: 1576663249398 ## Response 412 fields (*/*): - `errors` (array)