GET
/
public
/
v2
/
datasets
curl --request GET \
  --url https://api/public/v2/datasets
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "metadata": {},
      "projectId": "<string>",
      "createdAt": {},
      "updatedAt": {}
    }
  ],
  "meta": {
    "page": 123,
    "limit": 123,
    "totalItems": 123,
    "totalPages": 123
  }
}

Response Description

Below you will see the description of the get all dataset response

data
array
required

List of dataset items.

meta
object
required

Pagination metadata.