---
title: "List channels."
method: GET
path: "/2/vod/accounts/{account}/channels"
tags: ["V3 > Channel"]
---

# List channels.

`GET /2/vod/accounts/{account}/channels`

Retrieves a paginated list of channels associated with the provided account.

## Path parameters

- `account` integer, required

## Query parameters

- `return` 'total'
- `page` integer
- `per_page` integer

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 1527df96ProductExcerpt[]
    - `id` integer, required — The unique identifier of the Product Excerpt
    - `unique_id` string, required — The identifier of the `unique` resource related to Product Excerpt
    - `name` string, required — The name of the Product Excerpt
    - `pack` string, required — The pack associated with the Product Excerpt
    - `pack_description` string, required — Pack description for the Product Excerpt
    - `media_count` integer, required — The total count of media associated with the Product Excerpt
    - `expired_at` string — The date and time when the Product Excerpt was expired
    - `real_expired_at` string — The actual expiration date of the Product Excerpt
    - `tags` 1527df96Tag[], required — The tags associated with the Product Excerpt
      - `id` integer, required — The unique identifier of the Tag
      - `name` string, required — The name of the Tag
      - `color` integer, required
      - `product_count` integer — Product count related to the resource Tag
  - `total` integer — Total number of items Added when using query parameter `page`
  - `page` integer — Number of the current page Added when using query parameter `page`
  - `pages` integer — Total number of pages Added when using query parameter `page`
  - `items_per_page` integer — Number of items per page Added when using query parameter `page`

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
