Skip to documentation
Workflow Developer API

Get Workflow Capabilities

Describe graph JSON, expressions, node controls, lifecycle, and safety status.

GET/developer/v1/capabilities

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

This endpoint does not define request parameters.

Responses

200Successful Response
WorkflowCapabilityManifest
schema_versioninteger
graph_schemaComplete JSON Schemas for workflow imports, nodes, and edges, plus graph-wide rules.WorkflowGraphSchemaManifest
expression_syntaxSupported node-output and loop reference forms.WorkflowExpressionSyntax
lifecycleWorkflow states, version states, and the recommended authoring sequence.WorkflowLifecycle
node_typesarray<WorkflowNodeCapability>
integration_actionsAction discovery, connection readiness, and output-schema guidance.WorkflowIntegrationActions
recipesarray<WorkflowRecipe>