cURL
curl --request GET \ --url https://app.baseplate.ai/api/datasets/{id}/rows \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "offset": 123, "page_size": 123, "filter": {} }'
Lists rows under a dataset. The rows are returned in the order they were added to the dataset.
[ { "id": 329904, "dataset_id": "5bfd34e3-f7de-4b80-b3d0-841494056e9e", "data": { "text": "This is a test document." }, "embedding_vector_ids": { "text": "5aa6a774ec" }, "metadata": { "date": "10/15/2022", "rowId": 329904, "documentId": "doc1" }, "document_id": "doc1", "image_paths": null } ]