Hey @ManojD , The getOrganizationDevices endpoint will return all Meraki and cloud monitored catalyst devices. For devices detected using CDP / LLDP there is a separate endpoint to get those. You will need to iterate through the organization(s), networks(s) and device(s). https://developer.cisco.com/meraki/api-v1/get-device-lldp-cdp/ In adition there is a way to get the overall linklayer topology per network using this endpoint: https://developer.cisco.com/meraki/api-v1/get-network-topology-link-layer/ Kind regards Holger
... View more