graph
Get Neighbors
Get 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.
GET
Get Neighbors
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
Response
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
Check PathCheck if a dependency path exists between two resources.
Returns whether the source resource transitively depends on the target
resource via depends_on edges, with every intermediate hop constrained
to live in the URL project. Two same-project endpoints connected only
through cross-project intermediates return ``exists=false``.
Returns:
PathExistsResponse with exists=True if a path was found.
Next
Get Neighbors