Get Table Graph
GET
/api/v1/connections/{connection_id}/graph/{table_name}
Query blast radius and dependencies for a specific table.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” connection_id
required
Connection Id
string format: uuid
table_name
required
Table Name
string
Query Parameters
Section titled “Query Parameters ”Responses
Section titled “ Responses ”Successful Response
GraphQueryApiResponse
Response for GET /connections/{id}/graph/{table}.
object
success
required
Success
Whether the request succeeded.
boolean
data
Any of:
GraphQueryResponse
object
table
required
Table
Name of the queried table.
string
dependents
required
Dependents
Tables that depend on this table via foreign key relationships (blast radius).
Array<string>
dependencies
required
Dependencies
Tables that this table depends on via foreign key relationships.
Array<string>
null
error
Any of:
ErrorDetail
null
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context