Question regarding n8n API

I know the workflow API is not technically supported, but I wanted to know if there was any way to limit the workflows returned by tag by editing the Query Parameters. Is this possible?

Not at the moment. If experimenting in a fork, you can add the take arg to findQuery to limit results.

1 Like

Interesting! I’m on the latest version, not a fork but glad to know there is support. For now I’ll iterate and No Op the Workflows that don’t match the Tag I want.