Retrieve a paginated list of datasets based on various filtering criteria. This endpoint allows you to retrieve datasets with various filtering options including dataset group, prompt, report, workspace, and name filters.Documentation Index
Fetch the complete documentation index at: https://docs.promptlayer.com/llms.txt
Use this file to discover all available pages before exploring further.
Filter by specific dataset group ID
x >= 1Filter by specific prompt ID
x >= 1Filter by specific prompt version ID
x >= 1Filter by specific prompt label ID
x >= 1Filter by specific workspace ID. If not provided, uses the current user's workspace
x >= 1Filter by specific report ID (includes parent report ID)
x >= 1Filter datasets by name (case-insensitive partial match on dataset group name)
Filter datasets by status: 'active' (default) returns only active datasets, 'deleted' returns only deleted/archived datasets, 'all' returns both
active, deleted, all Page number for pagination
x >= 1Number of items per page
1 <= x <= 100Filter by the creator's email address.
Filter resources created at or after this timestamp.
Filter resources created at or before this timestamp.
Filter resources updated at or after this timestamp.
Filter resources updated at or before this timestamp.
External ID source to filter by. Must be provided with external_id.
External ID value to filter by. Must be provided with external_source.
Sort field.
created_at, updated_at, name, id Sort direction.
asc, desc