graph
Get Downstream
Get all transitive dependents (downstream) of a resource.
Traverses the depends_on graph edges in reverse recursively to find all resources that transitively depend on the anchor resource. Results are filtered to the project in the URL path.
Returns: List of downstream resources with populated edge data.
GET
Get Downstream
Documentation Index
Fetch the complete documentation index at: https://docs.pragmatiks.io/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Query Parameters
Provider name of the anchor resource
Resource type of the anchor resource
Name of the anchor resource
Maximum traversal depth
Required range:
x >= 1Response
Successful Response
External resource ID for API responses: provider/resource/name.
Lifecycle states for resources.
Available options:
draft, waiting, pending, processing, ready, failed, deleting Available options:
healthy, degraded Available options:
user, platform Previous
Get NeighborsGet direct connections (dependencies and dependents) of a resource.
Returns the union of direct dependencies and direct dependents,
without transitive traversal. Results are filtered to the project in
the URL path.
Returns:
List of neighboring resources with populated edge data.
Next
Get Downstream