Skip to main content
GET
/
api
/
v1
/
datasets
/
{dataset_id}
/
schema
Get Dataset Schema
curl --request GET \
  --url https://api.cognee.ai/api/v1/datasets/{dataset_id}/schema \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dataset_id
string<uuid>
required

Response

Successful Response

The response is of type Response Get Dataset Schema Api V1 Datasets Dataset Id Schema Get · object.