---
title: "POST /ListStorageConfigurations"
method: POST
path: "/ListStorageConfigurations"
---

# POST /ListStorageConfigurations

`POST /ListStorageConfigurations`

Gets summary information about all storage configurations in your account, in the AWS region where the API request is processed.

## Request body

- object
  - `nextToken` string — The first storage configuration to retrieve. This is used for pagination; see the <code>nextToken</code> response field.
  - `maxResults` integer — Maximum number of storage configurations to return. Default: your service quota or 100, whichever is smaller.

## Response `200`

Success

- ListStorageConfigurationsResponse
  - `storageConfigurations` StorageConfigurationSummary[], required — List of the matching storage configurations.
    - `arn` string, required — ARN of the storage configuration.
    - `name` string — Name of the storage configuration.
    - `s3` object — An S3 destination configuration where recorded videos will be stored.
      - `bucketName` string, required — Location (S3 bucket name) where recorded videos will be stored. Note that the StorageConfiguration and S3 bucket must be in the same region as the Composition.
    - `tags` object — Tags attached to the resource. Array of maps, each of the form <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging AWS Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no constraints on tags beyond what is documented there.
  - `nextToken` string — If there are more storage configurations than <code>maxResults</code>, use <code>nextToken</code> in the request to get the next set.

## Other responses

- `480` — ValidationException
- `481` — AccessDeniedException
- `482` — InternalServerException
- `483` — ServiceQuotaExceededException
- `484` — ConflictException

---

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