Skip to documentation
Workflow Developer API

Export Developer Workflow

Export canonical workflow JSON suitable for validation or exact re-import.

GET/developer/v1/workflows/{definition_id}/export

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

Responses

200Successful Response
WorkflowExportEnvelope
kindstring
schema_versioninteger
workflowWorkflowExportBody
422Validation Error
HTTPValidationError
detailarray<ValidationError>