Skip to main content
This page is part of an AI coding agent skill and is written for agents, not humans. For the human-readable Base44 docs, see the developer documentation.

base44 workflows list

List this app’s workflows with their status and run summary.

Syntax

This command can run from a linked project, or outside a project when you pass --app-id <id> or set BASE44_APP_ID.

Options

Examples

Output

With --json, each workflow is a record: id, name, description, status, statusReason, totalRuns, consecutiveFailures, lastRunAt, lastRunStatus.

Notes

  • consecutiveFailures > 0 is the signal a workflow needs attention — follow up with base44 workflows runs --status failed.
  • Apps that predate Workflows (legacy automations) are not readable via this command; it fails with an explanation.
  • --limit tops 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”.