For the complete documentation index, see llms.txt. This page is also available as Markdown.

Flow Logs

What are flow logs?

Flows logs document every time your flow has run. For example, if you have a call flow, every time someone calls your phone number you'll see a new flow log documenting how they progressed through your flow.

This can be very useful for debugging any unexpected behavior or finding out which variables are accessible.

Viewing flow logs:

  • Click 'View' to open the flow

  • In the top toolbar, click 'Logs'

  • This will bring up all the logs for your flow.

  • You'll be able to open up each log and see the details of what occurred when that flow ran.

Last updated