Skip to documentation
Workflow Developer API

Get Workflow Action

Return the complete first-pass schema for one exact public action handler.

GET/developer/v1/actions/{handler}

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

Responses

200Successful Response
WorkflowActionCapability
handlerstring
groupstring
labelstring
descriptionstring | null
connection_typestring | null
fieldsarray<object<string, any>>
outputsarray<object<string, any>>
safetyConservative execution guidance for an integration action.WorkflowActionSafety
422Validation Error
HTTPValidationError
detailarray<ValidationError>