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

# POST /ListStreamKeys

`POST /ListStreamKeys`

Gets summary information about stream keys for the specified channel.

## Query parameters

- `maxResults` string
- `nextToken` string

## Request body

- object
  - `channelArn` string, required — Channel ARN used to filter the list.
  - `maxResults` integer — Maximum number of streamKeys to return. Default: 1.
  - `nextToken` string — The first stream key to retrieve. This is used for pagination; see the <code>nextToken</code> response field.

## Response `200`

Success

- ListStreamKeysResponse
  - `nextToken` string — If there are more stream keys than <code>maxResults</code>, use <code>nextToken</code> in the request to get the next set.
  - `streamKeys` StreamKeySummary[], required — List of stream keys.
    - `arn` string — Stream-key ARN.
    - `channelArn` string — Channel ARN for the stream.
    - `tags` object — Tags attached to the resource. Array of 1-50 maps, each of the form <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a> for more information, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is documented there.

## Other responses

- `480` — ResourceNotFoundException
- `481` — AccessDeniedException
- `482` — ValidationException

---

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