Skip to main content
GET
/
api
/
v1
/
context-graph
/
api
/
v1
/
graph
/
nodes
/
{node_id}
Get Node
curl --request GET \
  --url https://control-plane.kubiya.ai/api/v1/context-graph/api/v1/graph/nodes/{node_id} \
  --header 'Authorization: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

node_id
string
required

Query Parameters

integration
string | null

Response

Successful Response