Skip to main content
POST
Find shortest paths between tables

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Project-ID
string
required

Path Parameters

resource_type
string
required
resource_uri
string
required

Body

application/json

Request to find shortest paths between tables.

table_fqns
string[]
required

Table FQNs to connect (min 2, max 100)

Required array length: 2 - 100 elements
max_hops
integer
default:5

Maximum path length (1-10, default 5)

Required range: 1 <= x <= 10

Response

Successful Response

Response for path finding.

paths
PathResult · object[]
required

Path results for each table pair

total_pairs
integer
required

Total table pairs evaluated

paths_found
integer
required

Number of paths found