Skip to documentation
Workflow Developer API

Read Workflow Run Node Shape

Return status and value-free output shapes for one executed node.

GET/developer/v1/workflows/{definition_id}/runs/{run_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

run_idrequired
stringpath

node_idrequired
stringpath

iteration_path
array<integer> | nullquery

limit
integerquery

Default: 5

Responses

200Successful Response
WorkflowRunNodeShapeResponse
successboolean
errorstring | null
error_categorystring | null
retryableboolean | null
hintstring | null
outline_hintsarray<object<string, string>>
run_idstring | null
node_idstring | null
422Validation Error
HTTPValidationError
detailarray<ValidationError>