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
number
default:"1"
Page number (1-based).
number
default:"50"
Page size (capped at 50000 for export-style use cases).
string
Filter text (primary value / search keys).
string
Filter by category (empty string = all).
Response
403 if the list is a marketplace-only global list not exposed via this API.