base44 workflows list
List this app’s workflows with their status and run summary.Syntax
--app-id <id> or set BASE44_APP_ID.
Options
Examples
Output
--json, each workflow is a record: id, name, description, status, statusReason, totalRuns, consecutiveFailures, lastRunAt, lastRunStatus.
Notes
consecutiveFailures > 0is the signal a workflow needs attention — follow up withbase44 workflows runs --status failed.- Apps that predate Workflows (legacy automations) are not readable via this command; it fails with an explanation.
--limittops out at 200 and there is no paging flag, so an app with more than 200 workflows cannot be listed exhaustively from the CLI. Do not read a full page as “that’s all of them”.