Skip to content

Instantly share code, notes, and snippets.

@walidbr
Created September 17, 2025 01:29
Show Gist options
  • Select an option

  • Save walidbr/5a320e392ed7c313c80732c6af6fa8b0 to your computer and use it in GitHub Desktop.

Select an option

Save walidbr/5a320e392ed7c313c80732c6af6fa8b0 to your computer and use it in GitHub Desktop.
N8n workflow api
export n8n_token=""
# https://docs.n8n.io/api/api-reference/#tag/workflow/get/workflows
# View workflows
curl 'http://localhost:5678/api/v1/workflows' --header "X-N8N-API-KEY: $n8n_token" | jq | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment