Get a project's DLP settings
Returns the project’s override keyed by entity type, plus how every entity in the organization’s catalog resolves for this project. A project pinned to an API key uses this policy as written. A project named per request (project_id body field or X-Project-Id header) may only tighten the organization policy; anything that loosens it is ignored at request time.
Authentication
AuthorizationBearer
A management key (prefixed mgmt_), created in the dashboard under Settings, API keys, Management keys. Distinct from a regular gateway API key, and never used to call models.
Path parameters
project_id
Response
The project's settings, with the effective policy resolved.
override
What this project sets, keyed by entity type. Keys the project does not set are absent, and unset halves come back null
entities
Every entity in the organization's catalog, with the merge applied
Errors
403
Forbidden Error
404
Not Found Error