List Workflows
List workflow definitions in the caller’s organization and environment. Returns metadata only; the workflow state graph is not included.
Documentation Index
Fetch the complete documentation index at: https://docs.beltic.com/llms.txt
Use this file to discover all available pages before exploring further.
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.