Skip to content

Find Paths Node

Data/Database/Graph/Query

Finds the shortest connections between two objects, including alternative routes

graph_pathsdata
Inputs8
Outputs5
Security exposureUnrated
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

8

Input

Execution
exec_in

Graph Connection

Struct
graph

Graph connection reference

NodeGraphConnectionNodeGraphConnection1 fields
cache_keystringrequired
Schema enforced

From Label

String
from_label

Object type of the start object

From ID

String
from_id

Identity of the start object

To Label

String
to_label

Object type of the target object

To ID

String
to_id

Identity of the target object

Max Depth

Integer
max_depth

Maximum number of hops to search (1-5)

Default 4

Limit

Integer
limit

Maximum number of objects explored during the search

Default 1000

Output Pins

5

Done

Execution
exec_out

Paths found

Error

Execution
error

Path search failed

Error Message

String
error_message

Error details

Paths Payload

Struct
payload

Found paths with their nodes and edges

Found

Boolean
found

Whether a connection exists within the depth limit

Node Info

Internal name
graph_paths
Category
Data/Database/Graph/Query