---
title: "GET /mcn/youtube/channels"
method: GET
path: "/mcn/youtube/channels"
tags: ["mcn/youtube"]
---

# GET /mcn/youtube/channels

`GET /mcn/youtube/channels`

## Query parameters

- `pageNumber` integer
- `pageSize` integer
- `orderByProperty` string
- `orderByDescending` boolean
- `isAssignedToTenant` boolean
- `isAssignedToChild` boolean
- `youTubeId` string
- `handle` string
- `title` string
- `searchText` string
- `isDeleted` boolean
- `publishedFrom` string, date-time
- `publishedTo` string, date-time
- `viewCountFrom` integer
- `viewCountTo` integer
- `subscriberCountFrom` integer
- `subscriberCountTo` integer
- `videoCountFrom` integer
- `videoCountTo` integer
- `visibility` string
- `madeForKids` boolean
- `isMonetized` boolean
- `lastImportedFrom` string, date-time
- `lastImportedTo` string, date-time
- `creationDateFrom` string, date-time
- `creationDateTo` string, date-time
- `enterpriseIds` integer[]
- `tenantIds` integer[]

## Response `200`

OK

- PagedListYouTubeChannelDto
  - `totalItemsCount` integer
  - `pageNumber` integer
  - `pageSize` integer
  - `items` YouTubeChannelDto[]
    - `youTubeChannelId` integer
    - `multiChannelNetworkId` integer
    - `tenantId` integer
    - `tenantName` string
    - `tenantLogoImageId` string, uuid
    - `enterpriseId` integer
    - `enterpriseName` string
    - `youTubeId` string
    - `handle` string
    - `title` string
    - `description` string
    - `publishedAt` string, date-time
    - `viewCount` integer
    - `subscriberCount` integer
    - `videoCount` integer
    - `visibility` string
    - `madeForKids` boolean
    - `isMonetized` boolean
    - `imageDefaultUrl` string
    - `imageMediumUrl` string
    - `imageHighUrl` string
    - `lastUpdatedDate` string, date-time
    - `creationDate` string, date-time
    - `assetId` integer
    - `isDeleted` boolean
    - `deletionDate` string, date-time
  - `additionalCounters` object

## Other responses

- `401` — Unauthorized

---

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