Get Dataset Rows
Datasets
Get Dataset Rows
GET
Get Dataset Rows
Retrieve paginated rows from a dataset with cell-level data.Documentation Index
Fetch the complete documentation index at: https://promptlayer-add-demo-projects.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Behavior Notes
- Each row is an array of cells matching the order of the
columnsarray. - Dataset cells use a uniform
type: "dataset"shape. - Use
qto search across dataset row cell values.
Related
Authorizations
Path Parameters
The ID of the dataset to retrieve rows from
Query Parameters
Filter by specific workspace ID. Defaults to current user's workspace.
Required range:
x >= 1Page number for pagination
Required range:
x >= 1Number of rows per page (max 100)
Required range:
1 <= x <= 100Search query for filtering rows

