getting required_access_grants values of fields in explores via looker-sdk or looker api

I reached all explore fields and descriptions via lookml_model_explore module of looker sdk. In addition to this, I want to reach the values of required_access_grants that are defined under each dimension and measure. Is it possible using looker api or sdk?

1 1 120
1 REPLY 1

Yes, you can retrieve information about the required access grants for dimensions and measures in Looker using the Looker API or SDK. The Looker API provides endpoints to access this information.

To retrieve the required access grants for dimensions and measures, you can try to use the Looker API endpoint `GET /lookml_models/{lookml_model_name}/explores/{explore_name}/fields/{field_name}`. This endpoint will provide details about a specific field within an explore, including the required access grants.