Logs help you understand what happens during the execution of your flows. They provide insight into configuration, request details, responses, errors, and the overall progress of each step.

By learning how to read logs, you can troubleshoot issues, verify your setup, and ensure your flows are working as expected.

Finding and Filtering Logs

When viewing logs for a flow execution, you can:

This makes it easier to zoom in on the exact execution you want to analyze.

Key Types of Log Information

Logs contain different types of messages. Here are the most important categories:

Configuration & Settings

These logs show how the flow and steps were configured at the time of execution. Examples include:

Example:

Trigger settings - "snapshotKey": attributes.last_modified_at.value, "arraySplittingKey": data, "syncParam": updated_since, "skipSnapshot": undefined