List tags
documentedList all tags used to label workflows (tags are global across the instance). ([docs.n8n.io](https://docs.n8n.io/workflows/tags/?utm_source=openai))
GET /tagsWorkflowno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$base_url}}/api/{{$version}}/workflows?tags={{$tag}}&limit={{$limit}}" \
-X GET \
-H "Accept: application/json" \
-H "X-N8N-API-KEY: {{N8N_API_KEY}}"