Search webhook URL

Hello, I have a lot of workflows starting with webhooks, and I’m getting lost, I really have hundreds of them. How can I search for a scenario by searching for the webhook URL? Thank you.

Information on your n8n setup

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

hi there, you can do this by using the n8n api

get all workflows and then filter them using something like a filter node to get the workflow tht has the webhook that you are looking for

hope it helps!

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