Talking to myself here (again)... but for anyone else wondering it already appears to be in the API, just undocumented on this endpoint: Get Organization Inventory Devices - Meraki Dashboard API v1 - Cisco Meraki Developer Hub Some examples I have found from different devices that have different eoxStatus: "eoxStatus": "endOfSale",
"endOfSaleAt": "2025-03-28T00:00:00.000000Z",
"endOfSupportAt": "2030-03-28T00:00:00.000000Z" "eoxStatus": "nearEndOfSupport",
"endOfSaleAt": "2022-07-14T00:00:00.000000Z",
"endOfSupportAt": "2026-07-21T00:00:00.000000Z" "eoxStatus": "endOfSupport",
"endOfSaleAt": "2015-10-24T00:00:00.000000Z",
"endOfSupportAt": "2022-10-31T00:00:00.000000Z"
... View more