Skip to documentation
Workflow Developer API

List Workflow Action Field Options

Resolve dynamic choices for one action field without exposing credentials.

GET/developer/v1/actions/{handler}/fields/{field}/options

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

handlerrequired
stringpath

fieldrequired
stringpath

query
string | nullquery

page
integerquery

Default: 1

page_size
integerquery

Default: 50

account_id
string | nullquery

Responses

200Successful Response
WorkflowIntegrationFieldOptionsResponse
optionsarray<WorkflowIntegrationFieldOptionResponse>
has_moreboolean
422Validation Error
HTTPValidationError
detailarray<ValidationError>