Get Node Detail

Return full node definition + runtime options for the canvas node-config UI. Unlike `GET /nodes` (which returns only port schemas), this endpoint returns the actual runtime values a user picks: available target languages (from settings), the TTS model catalog grouped by provider, and a HATEOAS link to the workspace- scoped voices list. Requires `X-Workspace-Id` for a uniform FE contract.

Authentication

AuthorizationBearer
Clerk JWT token

Path parameters

node_typestringRequired

Headers

X-Workspace-Idstring or nullOptional

Response

Successful Response
dataobject

Full node definition + runtime options for the canvas node-config UI.

metaobject

Errors

404
Not Found Error
422
Unprocessable Entity Error