Walk the dependency tree from a resource
GET
/api/v1/dependencies/walk/{resource_id}Parameters
directionquerystringupstream, downstream, both (default: both)
max_depthqueryintegerMax 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.