# Get History of the XBID Order Status by orderId Get history of the order status with filtering by orderId that creating on POST/PUT order requests. Endpoint: GET /public-api/1.0/xbid/orders/status/{id} Version: 1.0 Security: api-key ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `orderId` (object, required) The orderId is created by Order api as a response from put/post order requests. - `orderId.identifier` (string, required) - `basketId` (object) The id of the Basket order. - `individualId` (string, required) Identifier of the individual that created the order. - `participantId` (string, required) The participant identifier of the participant to which the order belongs. - `currentStatus` (object, required) The last situation of order. - `currentStatus.status` (string, required) The status of order status item Enum: "CREATED", "UPDATED", "COMPLETED", "CANCELLED", "FAILED", "XBIDRECEIVED", "XBIDACCEPTED", "HIBERNATE", "ACTIVE" - `currentStatus.reason` (string) The reason of the UPDATED / FAILED / CANCELLED status. - `currentStatus.createdTime` (integer, required) The time of when this order status item has been processed. Example: 1576663249398 - `history` (array, required) The whole processes of order. ## Response 400 fields (*/*): - `errors` (array) ## Response 404 fields (*/*): - `orderId` (object, required) The orderId is created by Order api as a response from put/post order requests. - `orderId.identifier` (string, required) - `basketId` (object) The id of the Basket order. - `individualId` (string, required) Identifier of the individual that created the order. - `participantId` (string, required) The participant identifier of the participant to which the order belongs. - `currentStatus` (object, required) The last situation of order. - `currentStatus.status` (string, required) The status of order status item Enum: "CREATED", "UPDATED", "COMPLETED", "CANCELLED", "FAILED", "XBIDRECEIVED", "XBIDACCEPTED", "HIBERNATE", "ACTIVE" - `currentStatus.reason` (string) The reason of the UPDATED / FAILED / CANCELLED status. - `currentStatus.createdTime` (integer, required) The time of when this order status item has been processed. Example: 1576663249398 - `history` (array, required) The whole processes of order. ## Response 412 fields (*/*): - `errors` (array)