List Workflows
List workflow definitions in the caller’s organization and environment. Returns metadata only; the workflow state graph is not included.
Authorizations
Beltic-issued JWT bearer token.
Query Parameters
When true, return only workflows that have at least one deployed version.
Response
List of workflow metadata records.
Workflow ID.
Owning organization ID.
Environment the workflow belongs to.
staging, production Human-readable workflow name.
Current draft version number. Increments on edits.
Last time the workflow definition was synced. null if never synced.
Whether the workflow has at least one deployed version.
Timestamp of the most recent deployment. null if never deployed.
Most recent execution summary, when available.