Datasets
List rows under a dataset
Lists rows under a dataset. The rows are returned in the order they were added to the dataset.
GET
/
api
/
datasets
/
{id}
/
rows
List rows under a dataset.
Lists data rows, with options for metadata filtering and pagination.
Parameters
Header
Authorization
string
requiredBaseplate API key. Needs to be in the format βBearer &BASEPLATE_API_KEYβ
Content-Type
string
Use application/json
Body
offset
number
Optional offset for pagination.
page_size
number
Optional page size.
filter
object
Optional metadata filter. Uses Pinecone filter syntax: https://docs.pinecone.io/docs/metadata-filtering