curl --request GET \
--url https://{server-url}/n8n/find/{instance} \
--header 'apikey: <api-key>'{
"message": "OK"
}Fetches n8n bots.
curl --request GET \
--url https://{server-url}/n8n/find/{instance} \
--header 'apikey: <api-key>'{
"message": "OK"
}