---
title: "GET /configuration"
method: GET
path: "/configuration"
---

# GET /configuration

`GET /configuration`

List all configurations for the account.

## Query parameters

- `maxResults` integer
- `startingToken` string

## Response `200`

Success

- ListConfigurationsResponse
  - `items` ConfigurationListItem[] — List of configuration items.
    - `arn` string — Unique resource identifier for the configuration.
    - `name` string — User-friendly name for the configuration.
    - `description` string — Description for the configuration.
    - `status` 'CREATING' | 'ACTIVE' | 'UPDATING' | 'DELETING' | 'DELETED' | 'FAILED' — Current configuration status.
    - `creationTime` string, date-time — Configuration creation timestamp.
  - `nextToken` string — Token for retrieving next page of results.

## Other responses

- `480` — InternalServerException
- `481` — ServiceQuotaExceededException
- `482` — ThrottlingException
- `483` — ValidationException
- `484` — ConflictException
- `485` — ResourceNotFoundException
- `486` — AccessDeniedException
- `487` — RequestTimeoutException

---

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