--- title: "Get node type by ID" description: "Retrieve detailed metadata for a specific node type by its unique identifier" source: https://flowdrop.io/docs/api/node-types/getNodeType site: FlowDrop documentation --- # Get node type by ID `GET /nodes/{id}` Retrieve detailed metadata for a specific node type by its unique identifier ## Parameters - `id` · in path · string · required — Node type unique identifier ## Responses - `200` — Node type details retrieved successfully (`application/json`: NodeTypeResponse) - `404` — Resource not found (`application/json`: ErrorResponse) - `500` — Internal server error (`application/json`: ErrorResponse) *Tags: Node Types*