# Get Attributes **GET /v1/admin/model/{type}/attributes** Retrieves the model attributes for a given type ## Servers - https://api.aptrinsic.com: https://api.aptrinsic.com () ## Parameters ### Path parameters - **type** (string) Type ## Responses ### 200 Success #### Body: */* (array[object]) - **id** (string) - **name** (string) - **apiName** (string) - **internalName** (string) - **description** (string) - **type** (string) - **state** (string) - **origin** (string) - **createdDate** (integer(int64)) - **modifiedDate** (integer(int64)) - **defaultValue** (string) ### 400 Bad request ### 401 Unauthorized or bad API Key ### 404 Type not found ### 429 Rate limit exceeded [Powered by Bump.sh](https://bump.sh)