List items in a data list
API Reference
List items in a data list
Retrieve paginated items from a data list with optional full-text search and category filtering parameters β GET /data-lists//items.
GET
List items in a data list
Overview
Returns items for a list, with pagination and optional search over primary value / indexed keys (service implementation). For targeted lookup by a single value againstprimary_value and search_keys only (exact or contains), use Find items by value (POST /data-lists/{id}/items/find).
Endpoint
Authentication
Query Parameters
Page number (1-based).
Page size (capped at 50000 for export-style use cases).
Filter text (primary value / search keys).
Filter by category (empty string = all).
Response
403 if the list is a marketplace-only global list not exposed via this API.