Execution Logs

> See what happened every time a route was called.

Navigate to Dashboard > Logs to view execution logs for all your routes.

Log list

Each entry in the log list shows:

| Field | Description | |-------|-------------| | Timestamp | When the route was called | | Route | The HTTP method and path | | Status | Whether the execution succeeded or failed | | Response Time | How long the execution took |

Click any entry to see its full details as JSON.

Filtering

Use the filters at the top to narrow down the log list:

| Filter | Options | |--------|---------| | Date Range | Select a start and end date (default: last 7 days) | | Log Level | All Levels, Info, Error, Warning, Node, Debug |

Press R to refresh the log list.

Log details

Click a log entry to expand it and see the full execution data, including:

  • Request details (method, path, headers, body)
  • Response details (status code, body)
  • Node-level execution data
  • Error messages (if any)

Exporting

You can export log details as JSON or copy them to the clipboard using the action buttons in the detail view.

If a route is failing, check the Error log level filter to see only failed executions. The error message usually points to the node that caused the problem.

What's next?

| Topic | Description | |-------|-------------| | Analytics | Usage stats overview | | Routes | Route configuration | | Secrets | Check secret configuration if auth errors appear |