Skip to documentation
Workflow Developer API

Get Workflow Node Details

Read one node's configuration, connections, and public action metadata.

GET/developer/v1/workflows/{definition_id}/nodes/{node_id}

Authorizations

Authorization
stringheaderrequired

Send your GenHealth credential as Bearer <YOUR_API_KEY>. This endpoint requires workflow:read for the authenticated organization.

Headers

Accept
stringheader

Response media type. Use application/json for the current API.

Parameters

definition_idrequired
stringpath

node_idrequired
stringpath

Responses

200Successful Response
WorkflowNodeDetailsResponse
successboolean
errorstring | null
error_categorystring | null
retryableboolean | null
definition_idstring | null
workflow_statusstring | null
version_idstring | null
version_statusstring | null
422Validation Error
HTTPValidationError
detailarray<ValidationError>