Skip to main content
GET
/
api
/
govern
/
data-access
/
metadata
/
labels
List policy labels currently used in the service
curl --request GET \
  --url https://api.example.com/api/govern/data-access/metadata/labels \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

Successful Response

A list of names, used for Keycloak group/role/user dropdowns.

items
string[]