graph
Get Upstream
Get all transitive dependencies (upstream) of a resource.
Traverses the depends_on graph edges recursively to find all resources that the anchor resource transitively depends on. Results are filtered to the project in the URL path — cross-project edges are not followed.
Returns: List of upstream resources with populated edge data.
GET
Get Upstream
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 DownstreamGet 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.
Next
Get Upstream