---
title: "Get all the moderators in a channel"
method: GET
path: "/channels/{channel_id}/moderators"
tags: ["Channels\\Moderators"]
---

# Get all the moderators in a channel

`GET /channels/{channel_id}/moderators`

This method gets all the moderators of the specified channel.

## Path parameters

- `channel_id` number, required

## Query parameters

- `direction` 'asc' | 'desc'
- `page` number
- `per_page` number
- `query` string
- `sort` 'alphabetical' | 'date'

## Response `200`

The moderators were returned.

---

[API](https://skmtc.net/vimeo/apis/vimeo-api.md) · [All operations](https://skmtc.net/vimeo/apis/vimeo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vimeo/vimeo-api/revisions/ea882e0224a4/schema)
