cURL
curl --request POST \ --url https://control-plane.kubiya.ai/api/v1/context-graph/api/v1/graph/subgraph \ --header 'Content-Type: application/json' \ --data '{}'
"<any>"
Get a subgraph starting from a node.
Body should contain SubgraphRequest:
Successful Response
The response is of type any.
any
Was this page helpful?