For the complete documentation index, see llms.txt. This page is also available as Markdown.

Graphs

Get resource graph

get

Retrieves a graph of relations for a given resource, enriched with names and versions.

Path parameters
resource_idintegerRequired

ID of the root resource

Query parameters
typestring · enumRequired

Type of the root resource (business_concept, ingest, data_structure)

Possible values:
Responses
200

OK

application/json

Graph data containing nodes and edges

get/api/relations/{resource_id}/graph

Last updated