operationId not found

Hi!

I have created an OpenAPI resource and can successfully retrieve data using the GET endpoints. However, I now have a problem when I create a “Resource query” from an endpoint called “GET /scores/” and when I try to run it I get “Operation get_score1 not found”. When I inspect the state of the query I see a field call operationId that is set to “get_score1”. This is a problem with Retool it seems, no request is actually sent to the server.

What is the issue here and how can I solve it?

Much appreciated,
Kevin

Hi @KevinMcNamee, I may have found a thread that addresses this issue. Can you try one of these two options?

Force Retool to reload the specifications:

  1. Go to your OpenAPI resource settings
  2. Toggle the "Forward headers when fetching OpenAPI spec" option ON
  3. Save changes
  4. Toggle the same option back OFF
  5. Save changes again

or

Click the "Refresh schema" button in the schema section of the query editor