Check Path
Check 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.
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 source resource
Resource type of the source resource
Name of the source resource
Provider name of the target resource
Resource type of the target resource
Name of the target resource
Response
Successful Response
Response for path existence check.
Attributes: exists: Whether a dependency path exists between the two resources.