# Get builtin privileges **GET /_security/privilege/_builtin** Get the list of cluster privileges and index privileges that are available in this version of Elasticsearch. ## Required authorization * Cluster privileges: `manage_security` [External documentation](https://www.elastic.co/docs/reference/elasticsearch/security-privileges) ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth ## Parameters ## Responses ### 200 #### Body: application/json (object) - **cluster** (array[string]) The list of cluster privileges that are understood by this version of Elasticsearch. - **index** (array[string]) The list of index privileges that are understood by this version of Elasticsearch. [Powered by Bump.sh](https://bump.sh)