---
title: "List channels"
method: GET
path: "/v2/channels"
---

# List channels

`GET /v2/channels`

Lists all channels in your organization.

## Query parameters

- `name` string
- `after` string
- `limit` number
- `sort` 'name' | 'last_activity_at' | 'created_at'
- `direction` 'asc' | 'desc'

## Response `200`

Successful operation

- V2ProjectPage
  - `next_cursor` string, nullable
  - `prev_cursor` string, nullable
  - `data` V2Project[], required
    - `id` string, required
    - `name` string, required
  - `total_count` number, required

---

[API](https://skmtc.dev/campsite/apis/campsite-api.md) · [All operations](https://skmtc.dev/campsite/apis/campsite-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/campsite/campsite-api/revisions/ad82ba3e1c17/schema)
