List Datasets
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, and workspace filters. Supports both JWT and API key authentication.
Authentication
This endpoint requires JWT or API key authentication.
Headers
API key or JWT token for authentication. Use 'X-API-KEY' header for API key or 'Authorization: Bearer' header for JWT.
Query Parameters
Filter by specific dataset group ID
x >= 1
Filter by specific prompt ID
x >= 1
Filter by specific prompt version ID
x >= 1
Filter by specific prompt label ID
x >= 1
Filter by specific workspace ID. If not provided, uses the current user's workspace
x >= 1
Filter by specific report ID (includes parent report ID)
x >= 1
Page number for pagination
x >= 1
Number of items per page
1 <= x <= 100
Response
Successful response
The response is of type object
.