Run Developer Workflow
Start an active published workflow with idempotent retry semantics.
POST
/developer/v1/workflows/{definition_id}/runsAuthorizations
Authorizationstringheaderrequired
Send your GenHealth credential as Bearer <YOUR_API_KEY>. This endpoint requires workflow:run for the authenticated organization.
Headers
Acceptstringheader
Response media type. Use application/json for the current API.
Parameters
definition_idrequireddraftDefault: false
Request body
Send an application/json request body. This body is required.
WorkflowDeveloperRunTriggerRequest
idempotency_keyRequired opaque 16-256 character request identifier. Reuse it only for an exact retry of the same workflow version and trigger_data; generate a new UUID for a new logical run. Do not put PHI or credentials in this value.stringtrigger_dataOptional manual-run input object supplied to the workflow trigger.object<string, any> | nullResponses
WorkflowRunTriggerResponse
run_idstringstatusstringHTTPValidationError
detailarray<ValidationError>