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

# GET /mcn/youtube/videos

`GET /mcn/youtube/videos`

## Query parameters

- `searchText` string
- `pageNumber` integer
- `pageSize` integer
- `orderByProperty` string
- `orderByDescending` boolean
- `YouTubeVideoIds` integer[]
- `YouTubeChannelIds` integer[]
- `videoTitle` string
- `channelTitle` string
- `publishedFrom` string, date-time
- `publishedTo` string, date-time
- `lastImportedFrom` string, date-time
- `lastImportedTo` string, date-time
- `creationDateFrom` string, date-time
- `creationDateTo` string, date-time
- `categoryIds` integer[]
- `defaultLanguage` string
- `defaultAudioLanguage` string
- `durationFrom` integer
- `durationTo` integer
- `definition` string
- `visibility` string
- `madeForKids` boolean
- `viewCountFrom` integer
- `viewCountTo` integer
- `likeCountFrom` integer
- `likeCountTo` integer
- `favoriteCountFrom` integer
- `favoriteCountTo` integer
- `commentCountFrom` integer
- `commentCountTo` integer
- `monetizationStatus` string

## Response `200`

OK

- PagedListYouTubeVideoDto
  - `totalItemsCount` integer
  - `pageNumber` integer
  - `pageSize` integer
  - `items` YouTubeVideoDto[]
    - `youTubeVideoId` integer
    - `title` string
    - `youTubeChannelId` integer
    - `channelTitle` string
    - `isDeleted` boolean
    - `youTubeEtag` string
    - `youTubeId` string
    - `description` string
    - `publishedAt` string, date-time
    - `categoryId` string
    - `defaultLanguage` string
    - `defaultAudioLanguage` string
    - `duration` string
    - `definition` string
    - `visibility` string
    - `license` string
    - `madeForKids` boolean
    - `viewCount` integer
    - `likeCount` integer
    - `favoriteCount` integer
    - `commentCount` integer
    - `monetizationStatus` string
    - `imageDefaultUrl` string
    - `imageMediumUrl` string
    - `imageHighUrl` string
    - `creationDate` string, date-time
    - `lastUpdatedDate` string, date-time
    - `deletionDate` string, date-time
    - `assetId` integer
  - `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/9bb4b5cb4dc2/schema)
