List Developer Workflow Versions
List immutable published versions and draft metadata for one workflow.
GET
/developer/v1/workflows/{definition_id}/versionsAuthorizations
Authorizationstringheaderrequired
Send your GenHealth credential as Bearer <YOUR_API_KEY>. This endpoint requires workflow:read for the authenticated organization.
Headers
Acceptstringheader
Response media type. Use application/json for the current API.
Parameters
definition_idrequiredpageDefault: 1
limitDefault: 20
Responses
WorkflowVersionListResponse
versionsarray<WorkflowVersionSummaryResponse>paginationobject<string, any>HTTPValidationError
detailarray<ValidationError>