N8n find execution and custom logs

Hello! I have a flow in community version that process a lot of web hooks. One of the parameter of the webhook is request_id variable. How can I find execution based on for example request_id = 123? Search execution by variable available only in the commercial version. Have I any opportunities to write request_id and execution_id to custom log file?

Information on your n8n setup

  • n8n version: 1.25.1
  • Database (default: SQLite): Postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via: Docker
  • Operating system: Linux

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

hello @HakimzyanovA

You can find that info in the n8n database (execution data table, or something like that. But if you have chosen the workflow option to save execution data and if it didn’t get overwritten already). You can also return the execution ID in the webhook response to simplify troubleshooting in the future

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.