Hello,
I'm currently working with the Retool API and attempting to access the /api/v2/workflows endpoint. However, I’m receiving the following error:
"Forbidden: API token is missing scope "workflows:read""
When generating an API token, I don’t see the workflows:read scope listed among the available options.
Could you please advise how I can enable or grant the workflows:read scope to an API key?
I’m an admin on the account, the account has an Enterprise license (trial), and the token is being generated through the API access settings.
I managed to get a token with this scope from the API (using the access_tokens endpoint with a POST request, where the body included "scopes": ["workflows:read"].
My question is how to define this permission from the UI, as I couldn't find it there:
Thanks in advance for your help!
