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

# POST /GetEncoderConfiguration

`POST /GetEncoderConfiguration`

Gets information about the specified EncoderConfiguration resource.

## Request body

- object
  - `arn` string, required — ARN of the EncoderConfiguration resource.

## Response `200`

Success

- GetEncoderConfigurationResponse
  - `encoderConfiguration` object — The EncoderConfiguration that was returned.
    - `arn` string, required — ARN of the EncoderConfiguration resource.
    - `name` string — Optional name to identify the resource.
    - `video` object — Video configuration. Default: video resolution 1280x720, bitrate 2500 kbps, 30 fps
      - `width` integer — Video-resolution width. This must be an even number. Note that the maximum value is determined by <code>width</code> times <code>height</code>, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 1280.
      - `height` integer — Video-resolution height. This must be an even number. Note that the maximum value is determined by <code>width</code> times <code>height</code>, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 720.
      - `framerate` number, float — Video frame rate, in fps. Default: 30.
      - `bitrate` integer — Bitrate for generated output, in bps. Default: 2500000.
    - `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.

## Other responses

- `480` — ResourceNotFoundException
- `481` — ValidationException
- `482` — AccessDeniedException
- `483` — InternalServerException
- `484` — ServiceQuotaExceededException
- `485` — 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)
