Is it possible to know if a look has a valid Query without requesting the API via https://{domain}.looker.com/api/4.0/queries/{query_id}/run/sql ?

I’m requesting a LookWithQuery object via https://{domain}.looker.com/api/4.0/looks/{look_id}, then by its property of query_id I’m requesting the SQL Query, but for some looks the run method returns 404.

Is it possible to know if a look has a valid SQL that will return 200 for sure, without requesting the queries/{query_id}/run/sql method?

0 0 57