---
title: "List all release channels"
method: GET
path: "/v3/me/release-channels"
tags: ["Profile"]
---

# List all release channels

`GET /v3/me/release-channels`

Returns a list of release channels. The release channels are returned sorted by creation date in ascending order.

## Query parameters

- `page` integer
- `limit` integer
- `sort` string
- `productId` string

## Response `200`

OK

- UserReleaseChannelDto[]
  - `id` string, required
  - `displayName` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests
- `500` — Server Error

---

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