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

# POST /BatchGetStreamKey

`POST /BatchGetStreamKey`

Performs <a>GetStreamKey</a> on multiple ARNs simultaneously.

## Request body

- object
  - `arns` StreamKeyArn[], required — Array of ARNs, one per stream key.

## Response `200`

Success

- BatchGetStreamKeyResponse
  - `errors` BatchError[] — <p/>
    - `arn` string — Channel ARN.
    - `code` string — Error code.
    - `message` string — Error message, determined by the application.
  - `streamKeys` StreamKey[] — <p/>
    - `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.
    - `value` string, password — Stream-key value.

---

[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/revisions/32a77504a115/schema)
