Skip to main content
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 against primary_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).
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.