Skip to main content
GET
/
data-lists
/
{id}
/
item-data-keys
List itemData keys
curl --request GET \
  --url http://api.gu1.ai/data-lists/{id}/item-data-keys \
  --header 'Authorization: Bearer <token>'

Overview

Returns the set of itemData keys observed on items (used by UIs to configure optional columns). May scan the list in the database.

Endpoint

GET https://api.gu1.ai/data-lists/{id}/item-data-keys

Authentication

Authorization: Bearer YOUR_API_KEY

Response

{
  "success": true,
  "itemDataKeys": ["columnA", "columnB"]
}
403 when the list is not accessible via this API (e.g. certain marketplace global lists).