---
title: "Get all channels"
method: GET
path: "/channels"
tags: ["Channels\\Essentials"]
---

# Get all channels

`GET /channels`

This method gets all existing channels.

## Query parameters

- `direction` 'asc' | 'desc'
- `filter` 'featured'
- `page` number
- `per_page` number
- `query` string
- `sort` 'alphabetical' | 'date' | 'followers' | 'relevant' | 'videos'

## Response `200`

The channels were returned.

## Other responses

- `400` — The relevant sort has no search query.

---

[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)
