Retrieve workflow step
Retrieves data for a specific step in a workflow
Retrieves data for a specific step in a workflow
Authorization
Authorization<token>API key authentication. Allowed headers-- "Authorization: ApiKey <novu_secret_key>".
In: header
Path Parameters
workflowIdRequiredstringstepIdRequiredstringHeader Parameters
idempotency-keystringA header for idempotency purposes
Response Body
OK
controlsRequiredobjectControls metadata for the step
controlValuesobjectControl values for the step (alias for controls.values)
variablesRequiredobjectJSON Schema for variables, follows the JSON Schema standard
stepIdRequiredstringUnique identifier of the step
_idRequiredstringDatabase identifier of the step
nameRequiredstringName of the step
slugRequiredstringSlug of the step
typeRequiredstringType of the step
Value in:
"in_app" | "email" | "sms" | "chat" | "push" | "digest" | "trigger" | "delay" | "throttle" | "custom"originRequiredstringOrigin of the layout
Value in:
"novu-cloud" | "novu-cloud-v1" | "external"workflowIdRequiredstringWorkflow identifier
workflowDatabaseIdRequiredstringWorkflow database identifier
issuesobjectIssues associated with the step
stepResolverHashstringHash identifying the deployed Cloudflare Worker for this step