Created
September 17, 2025 01:29
-
-
Save walidbr/5a320e392ed7c313c80732c6af6fa8b0 to your computer and use it in GitHub Desktop.
N8n workflow api
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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