# Get all synonym sets **GET /_synonyms** Get a summary of all defined synonym sets. ## Required authorization * Cluster privileges: `manage_search_synonyms` ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth - Basic auth - Bearer auth ## Parameters ### Query parameters - **from** (number) The starting offset for synonyms sets to retrieve. - **size** (number) The maximum number of synonyms sets to retrieve. ## Responses ### 200 #### Body: application/json (object) - **count** (number) The total number of synonyms sets defined. - **results** (array[object]) The identifier and total number of defined synonym rules for each synonyms set. [Powered by Bump.sh](https://bump.sh)