Mcp List Hooks

GET/v1/nodes/{owner_node_id}/hooks

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

owner_node_id*Owner Node Id

Query Parameters

include_disabled?Include Disabled
Defaulttrue

Response Body

application/json

application/json

curl -X GET "https://flywheel.paradigma.inc/api/v1/nodes/string/hooks"
{}
{
  "detail": [
    {
      "ctx": {},
      "input": null,
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}