Skip to documentation
Workflow Developer API

Get Developer Workflow Version

Read one immutable workflow version without changing the active version.

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

version_idrequired
stringpath

Responses

200Successful Response
WorkflowVersionResponse
idstring
workflow_idstring
version_numberinteger | null
statusstring
nodesarray<WorkflowNodeSchema>
edgesarray<WorkflowEdgeSchema>
triggerobject<string, any> | null
configobject<string, any> | null
422Validation Error
HTTPValidationError
detailarray<ValidationError>