
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 05:18 PM
Good day everyone,
I wrote a Python script to retrieve assets data from Lansweeper Cloud using GraphQL API. The following data were requested:
Mac Address
IP Address
Asset Type
Asset Name
Serial Number
Processor Speed
CPU Type
Operating System
My ask is, how do I retrieve the assets' hardware mac address? Which path can I use to retrieve the main mac address?
Thank you for your assistance.
Solved! Go to Solution.
- Labels:
-
API & Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 08:44 PM
Hi,
To retrieve the Mac address for an asset via the API, please use the field "assetBasicInfo.mac". You can find an extensive list of all fields that are available through the API here: Types specification | Documentation – Lansweeper. Lansweeper provides an extensive number of fields, so I would recommend searching the documentation via ctrl/cmd + F to find any specific field you are searching for.
Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 09:04 PM
Hello EthanBills,
Thank you for your prompt reply. I really appreciate.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 08:44 PM
Hi,
To retrieve the Mac address for an asset via the API, please use the field "assetBasicInfo.mac". You can find an extensive list of all fields that are available through the API here: Types specification | Documentation – Lansweeper. Lansweeper provides an extensive number of fields, so I would recommend searching the documentation via ctrl/cmd + F to find any specific field you are searching for.
Thanks!
