Flow AI

Run Logs

Monitor and debug flow invocations

Every time a Flow AI is invoked through the Consumer API, an entry is recorded in Run Logs. Access via Run Logs from the Flow AI options menu.

Run Logs showing flow invocations with correlation IDs, timestamps, and status

Run Status

StatusDescription
PendingFlow is queued and awaiting execution
CompletedFlow executed successfully
FailedFlow encountered an error during execution

Filter runs by status, Flow AI, date range, or search by correlation ID.

Viewing Logs

Click View Logs on any run to see detailed execution logs.

Detailed flow logs showing block execution with timestamps and payloads

Each log entry shows:

  • Level: Log type (METRIC, DEBUG, etc.)
  • Time: Precise timestamp of execution
  • Message: Block details including node ID, event type, and message ID

Use timestamps to identify performance bottlenecks. If you have debug blocks connected in your flow, their payloads appear here-useful for troubleshooting failures or unexpected behavior.

On this page

On this page