Skip to documentation
Workflow Developer API

List Developer Workflows

List the same organization-scoped workflows shown in UMPA.

GET/developer/v1/workflows

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

page
integerquery

Default: 1

limit
integerquery

Default: 20

search
string | nullquery

status
string | nullquery

Responses

200Successful Response
WorkflowDefinitionListResponse
workflow_definitionsarray<WorkflowDefinitionResponse>
paginationobject<string, any>
422Validation Error
HTTPValidationError
detailarray<ValidationError>