Workflow Events API
GET/api/workflow/registry/nodes
Product availabilityAlgaPSA

List workflow registry node types

Lists the node types available to workflow definitions (triggers, control flow, action nodes, etc.) with each node's configuration JSON Schema and default retry policy. Returns a bare array (no envelope).

RBAC · workflow

Response body

Success response 200

itemsobject
idstringRequired
Node type identifier.
uiobjectRequired
Designer UI metadata for the node.
configSchemaobjectRequired
examplesarray of objectRequiredNullable
Example configurations, or null.
itemsobject
defaultRetryobjectRequiredNullable
Default retry policy for the node, or null.

Response codes

200
Registered node types.
400
Invalid request.
401
API key missing/invalid.
403
Caller lacks the required permission.
500
Unexpected error.