# Retrieve attribute set information based on given ID **GET /V1/eav/attribute-sets/{attributeSetId}** Retrieve attribute set information based on given ID ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Path parameters - **attributeSetId** (integer) ## Responses ### 200 200 Success. #### Body: (object) - **attribute_set_id** (integer) Attribute set ID - **attribute_set_name** (string) Attribute set name - **sort_order** (integer) Attribute set sort order index - **entity_type_id** (integer) Attribute set entity type id - **extension_attributes** (object) ExtensionInterface class for @see \Magento\Eav\Api\Data\AttributeSetInterface ### 401 401 Unauthorized #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### 400 400 Bad Request #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)