> ## Documentation Index
> Fetch the complete documentation index at: https://nayax-44d6e37b-docs-marshall-faq-redistribution.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Specific Machine Statistics

> 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.



## OpenAPI

````yaml /openapi/lynx.yaml get /v1/machines/{MachineID}/status
openapi: 3.0.1
info:
  title: Nayax Operational Lynx API
  version: v1
servers:
  - url: https://qa-lynx.nayax.com/operational
security:
  - Authorization: []
paths:
  /v1/machines/{MachineID}/status:
    get:
      tags:
        - Machines
      summary: Get Specific Machine Statistics
      description: >-
        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.
      operationId: get-machine-status
      parameters:
        - name: MachineID
          in: path
          required: true
          description: >-
            The unique identifier of the machine whose status is being
            requested.
          schema:
            type: integer
            format: int64
      responses:
        '200':
          description: The current status and statistics of the specified machine.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/MachineStatusInfo'
components:
  schemas:
    MachineStatusInfo:
      type: object
      properties:
        CoinTubesChangeSum:
          type: number
          format: double
          nullable: true
          description: The total amount of money added or removed from the coin tubes.
        MachineCashBoxLevel:
          type: number
          format: double
          nullable: true
          description: The current level of cash in the machine's cash box.
        CancelledTransactionsCount:
          type: integer
          format: int32
          nullable: true
          description: The number of transactions that were canceled.
        TemperatureFahrenheit:
          type: integer
          format: int32
          nullable: true
          description: The current temperature inside the machine, measured in Fahrenheit.
        TemperatureCelcius:
          type: integer
          format: int32
          nullable: true
          description: The current temperature inside the machine, measured in Celsius.
        MachineRemarksUpdateDateTime:
          type: string
          format: date-time
          nullable: true
          description: The date and time when the machine remarks were last updated.
        Machine24HEventCount:
          type: integer
          format: int64
          nullable: true
          description: >-
            The number of events that occurred in the machine within the last 24
            hours.
        CardSalesCounter:
          type: number
          format: double
          nullable: true
          description: The total count of card-based sales transactions.
        ActorID:
          type: integer
          format: int64
          nullable: true
          description: The unique identifier of the actor associated with the machine.
        MachineID:
          type: integer
          format: int64
          nullable: true
          readOnly: true
          description: The unique identifier of the machine.
        PickListGeneratedDateTime:
          type: string
          format: date-time
          nullable: true
          readOnly: true
          description: >-
            The date and time when the pick list was last generated for this
            machine.
        MachineInstallationDate:
          type: string
          format: date-time
          nullable: true
          readOnly: true
          description: The date and time when the machine was installed.
        InventoryCountDateTime:
          type: string
          format: date-time
          nullable: true
          readOnly: true
          description: The date and time when the inventory count was last recorded.
        QTYSoldSinceLastVisitDEXSales:
          type: integer
          format: int32
          nullable: true
          readOnly: true
          description: >-
            The quantity of items sold since the last visit, recorded via DEX
            sales.
        LastCashSaleDateTime:
          type: string
          format: date-time
          nullable: true
          readOnly: true
          description: The date and time of the last cash sale.
        LastCashlessSaleDateTime:
          type: string
          format: date-time
          nullable: true
          readOnly: true
          description: The date and time of the last cashless sale.
        LastDEXReadDateTime:
          type: string
          format: date-time
          nullable: true
          readOnly: true
          description: The date and time of the last DEX read.
        LastGPRSFailureCount:
          type: integer
          format: int32
          nullable: true
          readOnly: true
          description: >-
            The number of GPRS failures recorded during the last connection
            attempt.
        LastKeepAliveDateTime:
          type: string
          format: date-time
          nullable: true
          readOnly: true
          description: The date and time when the last keep-alive signal was received.
        LastPowerDownDateTime:
          type: string
          format: date-time
          nullable: true
          readOnly: true
          description: The date and time when the machine was last powered down.
        LastPowerUpDateTime:
          type: string
          format: date-time
          nullable: true
          readOnly: true
          description: The date and time when the machine was last powered up.
        LastReceptionLevel(RSSI):
          type: integer
          format: int32
          nullable: true
          readOnly: true
          description: The last recorded RSSI (Received Signal Strength Indicator) level.
        LastTransactionDateTime:
          type: string
          format: date-time
          nullable: true
          readOnly: true
          description: The date and time when the last transaction was processed.
        LastVisitDateTime:
          type: string
          format: date-time
          nullable: true
          readOnly: true
          description: The date and time of the last visit to the machine.
        LastLCDMSISDN(CLI):
          type: string
          nullable: true
          readOnly: true
          description: >-
            The last recorded MSISDN (Mobile Station International Subscriber
            Directory Number) of the LCD, used for CLI (Caller Line
            Identification).
        ReaderStateErrorDateTime:
          type: string
          format: date-time
          nullable: true
          readOnly: true
          description: The date and time when the reader last encountered an error state.
        ReaderStateEnableDateTime:
          type: string
          format: date-time
          nullable: true
          readOnly: true
          description: The date and time when the reader was last enabled.
        MachineStockRefilDateTime:
          type: string
          format: date-time
          nullable: true
          readOnly: true
          description: The date and time when the machine was last refilled with stock.
        MachineRemarks:
          type: string
          nullable: true
          readOnly: true
          description: Any additional remarks or notes associated with the machine.
        MachineStatusUpdateDateTime:
          type: string
          format: date-time
          nullable: true
          readOnly: true
          description: The date and time when the machine's status was last updated.
        LastCashlesstransactionID:
          type: integer
          format: int32
          nullable: true
          readOnly: true
          description: The ID of the last cashless transaction processed by the machine.
        DeviceLastIPAddress:
          type: string
          nullable: true
          readOnly: true
          description: The last known IP address of the device connected to the machine.
        QTYSoldSinceLastVisitOnlineSales:
          type: integer
          format: int32
          nullable: true
          readOnly: true
          description: >-
            The quantity of items sold online since the last visit to the
            machine.
        LastCashCollectionDateTime(UTC):
          type: string
          format: date-time
          nullable: true
          readOnly: true
          description: The date and time (in UTC) when the last cash collection occurred.
        Href:
          type: string
          nullable: true
          readOnly: true
          description: The reference URL for the machine.
        MachineMQTTStatus:
          type: boolean
          readOnly: true
          description: Indicates whether the machine is currently connected via MQTT.
      additionalProperties: false
  securitySchemes:
    Authorization:
      type: http
      scheme: bearer
      description: Enter your Bearer token. It's required to authenticate API requests.

````