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

# POST /describeNotificationConfiguration

`POST /describeNotificationConfiguration`

Gets the <code>NotificationConfiguration</code> for a given Kinesis video stream.

## Request body

- object
  - `StreamName` string — The name of the stream from which to retrieve the notification configuration. You must specify either the <code>StreamName</code> or the <code>StreamARN</code>.
  - `StreamARN` string — The Amazon Resource Name (ARN) of the Kinesis video stream from where you want to retrieve the notification configuration. You must specify either the <code>StreamName</code> or the StreamARN.

## Response `200`

Success

- DescribeNotificationConfigurationOutput
  - `NotificationConfiguration` object — The structure that contains the information required for notifications. If the structure is null, the configuration will be deleted from the stream.
    - `Status` 'ENABLED' | 'DISABLED', required — Indicates if a notification configuration is enabled or disabled.
    - `DestinationConfig` object, required — The destination information required to deliver a notification to a customer.
      - `Uri` string, required — The Uniform Resource Identifier (URI) that identifies where the images will be delivered.

## Other responses

- `480` — InvalidArgumentException
- `481` — ClientLimitExceededException
- `482` — ResourceNotFoundException
- `483` — AccessDeniedException

---

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