Skip to main content
GET
/
api
/
v1
/
schema
/
provenance
Schema Provenance
curl --request GET \
  --url https://api.cognee.ai/api/v1/schema/provenance \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

include_memory
boolean
default:false

When true, include the extracted memory subgraph (entities/relationships) in the provenance visualization.

Response

Successful Response