List datasets with pagination
datasets
List datasets with pagination
Server-side paginated dataset listing with optional pipeline type filter and search
GET
List datasets with pagination
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Pipeline type filter: enrichment, personalization, extraction, or null for all
Available options:
enrichment, personalization, extraction Search by dataset name
Page number (1-indexed)
Required range:
x >= 1Items per page (max 100)
Required range:
1 <= x <= 100