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_type
Headers
X-Workspace-Id
Response
Successful Response
data
Full node definition + runtime options for the canvas node-config UI.
meta
Errors
404
Not Found Error
422
Unprocessable Entity Error

