---
title: "Get Specific Machine Statistics"
method: GET
path: "/v1/machines/{MachineID}/status"
tags: ["Machines"]
---

# Get Specific Machine Statistics

`GET /v1/machines/{MachineID}/status`

Retrieves the current status and statistics of a specific machine identified by the provided MachineID. This includes details like operational status, performance metrics, and other relevant statistics.

## Path parameters

- `MachineID` integer, required

## Response `200`

The current status and statistics of the specified machine.

- MachineStatusInfo
  - `CoinTubesChangeSum` number, double, nullable — The total amount of money added or removed from the coin tubes.
  - `MachineCashBoxLevel` number, double, nullable — The current level of cash in the machine's cash box.
  - `CancelledTransactionsCount` integer, nullable — The number of transactions that were canceled.
  - `TemperatureFahrenheit` integer, nullable — The current temperature inside the machine, measured in Fahrenheit.
  - `TemperatureCelcius` integer, nullable — The current temperature inside the machine, measured in Celsius.
  - `MachineRemarksUpdateDateTime` string, date-time, nullable — The date and time when the machine remarks were last updated.
  - `Machine24HEventCount` integer, nullable — The number of events that occurred in the machine within the last 24 hours.
  - `CardSalesCounter` number, double, nullable — The total count of card-based sales transactions.
  - `ActorID` integer, nullable — The unique identifier of the actor associated with the machine.
  - `MachineID` integer, nullable — The unique identifier of the machine.
  - `PickListGeneratedDateTime` string, date-time, nullable — The date and time when the pick list was last generated for this machine.
  - `MachineInstallationDate` string, date-time, nullable — The date and time when the machine was installed.
  - `InventoryCountDateTime` string, date-time, nullable — The date and time when the inventory count was last recorded.
  - `QTYSoldSinceLastVisitDEXSales` integer, nullable — The quantity of items sold since the last visit, recorded via DEX sales.
  - `LastCashSaleDateTime` string, date-time, nullable — The date and time of the last cash sale.
  - `LastCashlessSaleDateTime` string, date-time, nullable — The date and time of the last cashless sale.
  - `LastDEXReadDateTime` string, date-time, nullable — The date and time of the last DEX read.
  - `LastGPRSFailureCount` integer, nullable — The number of GPRS failures recorded during the last connection attempt.
  - `LastKeepAliveDateTime` string, date-time, nullable — The date and time when the last keep-alive signal was received.
  - `LastPowerDownDateTime` string, date-time, nullable — The date and time when the machine was last powered down.
  - `LastPowerUpDateTime` string, date-time, nullable — The date and time when the machine was last powered up.
  - `LastReceptionLevel(RSSI)` integer, nullable — The last recorded RSSI (Received Signal Strength Indicator) level.
  - `LastTransactionDateTime` string, date-time, nullable — The date and time when the last transaction was processed.
  - `LastVisitDateTime` string, date-time, nullable — The date and time of the last visit to the machine.
  - `LastLCDMSISDN(CLI)` string, nullable — The last recorded MSISDN (Mobile Station International Subscriber Directory Number) of the LCD, used for CLI (Caller Line Identification).
  - `ReaderStateErrorDateTime` string, date-time, nullable — The date and time when the reader last encountered an error state.
  - `ReaderStateEnableDateTime` string, date-time, nullable — The date and time when the reader was last enabled.
  - `MachineStockRefilDateTime` string, date-time, nullable — The date and time when the machine was last refilled with stock.
  - `MachineRemarks` string, nullable — Any additional remarks or notes associated with the machine.
  - `MachineStatusUpdateDateTime` string, date-time, nullable — The date and time when the machine's status was last updated.
  - `LastCashlesstransactionID` integer, nullable — The ID of the last cashless transaction processed by the machine.
  - `DeviceLastIPAddress` string, nullable — The last known IP address of the device connected to the machine.
  - `QTYSoldSinceLastVisitOnlineSales` integer, nullable — The quantity of items sold online since the last visit to the machine.
  - `LastCashCollectionDateTime(UTC)` string, date-time, nullable — The date and time (in UTC) when the last cash collection occurred.
  - `Href` string, nullable — The reference URL for the machine.
  - `MachineMQTTStatus` boolean — Indicates whether the machine is currently connected via MQTT.

---

[API](https://skmtc.net/nayax/apis/nayax-cortina-api.md) · [All operations](https://skmtc.net/nayax/apis/nayax-cortina-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nayax/nayax-cortina-api/versions/421f6f83c257/schema)
