Walk the dependency tree from a resource

GET/api/v1/dependencies/walk/{resource_id}

Parameters

directionquerystring

upstream, downstream, both (default: both)

max_depthqueryinteger

Max traversal depth

Responses

200Dependency tree

Request

curl -X GET "https://api.knowledgetree.dev/api/v1/dependencies/walk/{resource_id}" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

200Dependency tree
Example response not yet documented.