API access to Google Workspace Company Owned *Inventory*

I am looking for an API call to retrieve google workspace company owned devices inventory not looking to retrieve devices which have the company owned type, but to get the devices listed here - https://admin.google.com/ac/devices/list/companyowned

Looking to fetch my devices and their tags mostly as google does not sync the tag to the device (feel free to correct me if i'm wrong)
Screenshot 2025-02-11 at 22.42.05.png

0 2 216
2 REPLIES 2

You can use the Google Admin SDK Directory API  to retrieve company-owned devices. Check the chromeosdevices or mobiledevices endpoints to fetch device details, but tags may not be included in the response. If tags aren’t syncing, you may need a manual workaround or API integration.

From my checks, tags are not included in the device object. what do you mean by API Integration?