---
title: "GET /attribute-groups"
method: GET
path: "/attribute-groups"
---

# GET /attribute-groups

`GET /attribute-groups`

Lists all attribute groups which you have access to. Results are paginated.

## Query parameters

- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListAttributeGroupsResponse
  - `attributeGroups` AttributeGroupSummary[] — This list of attribute groups.
    - `id` string — The globally unique attribute group 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.
    - `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.
    - `createdBy` string — The service principal that created the attribute group.
  - `nextToken` string — The token to use to get the next page of results after a previous API call.

## Other responses

- `480` — ValidationException
- `481` — InternalServerException

---

[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)
