Skip to documentation
Workflow Developer API

List Developer Workflow Versions

List immutable published versions and draft metadata for one workflow.

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

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

page
integerquery

Default: 1

limit
integerquery

Default: 20

Responses

200Successful Response
WorkflowVersionListResponse
versionsarray<WorkflowVersionSummaryResponse>
paginationobject<string, any>
422Validation Error
HTTPValidationError
detailarray<ValidationError>