---
title: "GET /attribute-groups/{attributeGroup}"
method: GET
path: "/attribute-groups/{attributeGroup}"
---

# GET /attribute-groups/{attributeGroup}

`GET /attribute-groups/{attributeGroup}`

Retrieves an attribute group by its ARN, ID, or name. The attribute group can be specified by its ARN, ID, or name.

## Path parameters

- `attributeGroup` string, required

## Response `200`

Success

- GetAttributeGroupResponse
  - `id` string — The identifier of the attribute group.
  - `arn` string — The Amazon resource name (ARN) that specifies the attribute group across services.
  - `name` string — The name of the attribute group.
  - `description` string — The description of the attribute group that the user provides.
  - `attributes` string — A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.
  - `creationTime` string, date-time — The ISO-8601 formatted timestamp of the moment the attribute group was created.
  - `lastUpdateTime` string, date-time — The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.
  - `tags` object — Key-value pairs associated with the attribute group.
  - `createdBy` string — The service principal that created the attribute group.

## Other responses

- `480` — ResourceNotFoundException
- `481` — ValidationException
- `482` — InternalServerException
- `483` — ConflictException

---

[API](https://skmtc.net/aws/apis/servicecatalog-appregistry.md) · [All operations](https://skmtc.net/aws/apis/servicecatalog-appregistry/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/servicecatalog-appregistry/versions/69ce5241c582/schema)
