Get Node Detail
Authentication
Path parameters
Headers
Response
Full node definition + runtime options for the canvas node-config UI.
Full node definition + runtime options for the canvas node-config UI.
Return full node definition and runtime configuration options for a node type.
Deprecated: use GET /api/v2/nodes/{node_type} instead. This v1 variant
inlines the full TTS model catalog under options.models_by_provider, which
creates a large response and couples clients to the catalog structure. The v2
endpoint replaces that inline tree with a providers HATEOAS href pointing to
the standalone /api/v1/providers catalog, so the model list is fetched lazily
only when needed.
Unlike GET /nodes (which returns only static port schemas), this endpoint
returns the runtime values a caller uses to configure a node: supported target
languages derived from deployment settings, the available model catalog, and a
HATEOAS link to the workspace-scoped voice list. Requires X-Workspace-Id.