GET
/
api
/
v1
/
datasets
Get Datasets
curl --request GET \
  --url https://api.cognee.ai/api/v1/datasets
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "ownerId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]

Response

200 - application/json

Successful Response

The response is of type DatasetDTO · object[].