---
title: "GET /v1/configurations"
method: GET
path: "/v1/configurations"
---

# GET /v1/configurations

`GET /v1/configurations`

Returns a list of all configurations.

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListConfigurationsResponse
  - `Configurations` Configuration[] — The list of all revisions for the specified configuration.
    - `Arn` string, required — Required. The ARN of the configuration.
    - `AuthenticationStrategy` 'SIMPLE' | 'LDAP', required — Optional. The authentication strategy associated with the configuration. The default is SIMPLE.
    - `Created` string, date-time, required — Required. The date and time of the configuration revision.
    - `Description` string, required — Required. The description of the configuration.
    - `EngineType` 'ACTIVEMQ' | 'RABBITMQ', required — Required. The type of broker engine. Currently, Amazon MQ supports ACTIVEMQ and RABBITMQ.
    - `EngineVersion` string, required — Required. The broker engine's version. For a list of supported engine versions, see, <a href="https://docs.aws.amazon.com//amazon-mq/latest/developer-guide/broker-engine.html">Supported engines</a>.
    - `Id` string, required — Required. The unique ID that Amazon MQ generates for the configuration.
    - `LatestRevision` object, required — Required. The latest revision of the 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.
    - `Name` string, required — Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.
    - `Tags` object — The list of all tags associated with this configuration.
  - `MaxResults` integer — The maximum number of configurations that Amazon MQ can return 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.

## Other responses

- `480` — BadRequestException
- `481` — InternalServerErrorException
- `482` — 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)
