---
title: "GET /channels/{channelArn}/moderators/{channelModeratorArn}"
method: GET
path: "/channels/{channelArn}/moderators/{channelModeratorArn}"
---

# GET /channels/{channelArn}/moderators/{channelModeratorArn}

`GET /channels/{channelArn}/moderators/{channelModeratorArn}`

Returns the full details of a single ChannelModerator.

The `x-amz-chime-bearer` request header is mandatory. Use the `AppInstanceUserArn` of the user that makes the API call as the value in the header.

## Path parameters

- `channelArn` string, required
- `channelModeratorArn` string, required

## Headers

- `x-amz-chime-bearer` string

## Response `200`

Success

- DescribeChannelModeratorResponse
  - `ChannelModerator` object — The details of the channel moderator.
    - `Moderator` object — The moderator's data.
      - `Arn` string — The ARN in an Identity.
      - `Name` string, password — The name in an Identity.
    - `ChannelArn` string — The ARN of the moderator's channel.
    - `CreatedTimestamp` string, date-time — The time at which the moderator was created.
    - `CreatedBy` object — The <code>AppInstanceUser</code> who created the moderator.
      - `Arn` string — The ARN in an Identity.
      - `Name` string, password — The name in an Identity.

## Other responses

- `480` — BadRequestException
- `481` — ForbiddenException
- `482` — NotFoundException
- `483` — UnauthorizedClientException
- `484` — ThrottledClientException
- `485` — ServiceUnavailableException
- `486` — ServiceFailureException

---

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