---
title: "GET /v1/configurations/{configuration-id}/revisions"
method: GET
path: "/v1/configurations/{configuration-id}/revisions"
---

# GET /v1/configurations/{configuration-id}/revisions

`GET /v1/configurations/{configuration-id}/revisions`

Returns a list of all revisions for the specified configuration.

## Path parameters

- `configuration-id` string, required

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListConfigurationRevisionsResponse
  - `ConfigurationId` string — The unique ID that Amazon MQ generates for the configuration.
  - `MaxResults` integer — The maximum number of configuration revisions that can be returned per page (20 by default). This value must be an integer from 5 to 100.
  - `NextToken` string — The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
  - `Revisions` ConfigurationRevision[] — The list of all revisions for the specified configuration.
    - `Created` string, date-time, required — Required. The date and time of the configuration revision.
    - `Description` string — The description of the configuration revision.
    - `Revision` integer, required — Required. The revision number of the configuration.

## Other responses

- `480` — NotFoundException
- `481` — BadRequestException
- `482` — InternalServerErrorException
- `483` — ForbiddenException

---

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