Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Cloud Video
    • Overview
    • Control
    • Troubleshooting
  • Access management
  • Pricing policy
    • Authentication with the API
    • Getting started with the API
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
        • BatchDelete
        • ListAccessBindings
        • SetAccessBindings
        • UpdateAccessBindings
  • Audit Trails events
  • Release notes

In this article:

  • gRPC request
  • GetChannelRequest
  • Channel
  • ChannelSettings
  • AdvertisementSettings
  • YandexDirect
  • RefererVerificationSettings
  1. API reference
  2. gRPC
  3. Channel
  4. Get

Video API, gRPC: ChannelService.Get

Written by
Yandex Cloud
Updated at April 24, 2025
  • gRPC request
  • GetChannelRequest
  • Channel
  • ChannelSettings
  • AdvertisementSettings
  • YandexDirect
  • RefererVerificationSettings

Get the specific channel.

gRPC requestgRPC request

rpc Get (GetChannelRequest) returns (Channel)

GetChannelRequestGetChannelRequest

{
  "channel_id": "string"
}

Field

Description

channel_id

string

Required field. ID of the channel.

ChannelChannel

{
  "id": "string",
  "organization_id": "string",
  "title": "string",
  "description": "string",
  "created_at": "google.protobuf.Timestamp",
  "updated_at": "google.protobuf.Timestamp",
  "labels": "map<string, string>",
  "settings": {
    "advertisement": {
      // Includes only one of the fields `yandex_direct`
      "yandex_direct": {
        "enable": "bool",
        "page_id": "int64",
        "category": "int64"
      }
      // end of the list of possible fields
    },
    "referer_verification": {
      "enable": "bool",
      "allowed_domains": [
        "string"
      ]
    }
  }
}

Root entity for content separation.

Field

Description

id

string

ID of the channel.

organization_id

string

ID of the organization where channel should be created.

title

string

Channel title.

description

string

Channel description.

created_at

google.protobuf.Timestamp

Time when channel was created.

updated_at

google.protobuf.Timestamp

Time of last channel update.

labels

object (map<string, string>)

Custom labels as key:value pairs. Maximum 64 per resource.

settings

ChannelSettings

Channel settings.

ChannelSettingsChannelSettings

Channel settings.

Field

Description

advertisement

AdvertisementSettings

Advertisement settings.

referer_verification

RefererVerificationSettings

Referer verification settings

AdvertisementSettingsAdvertisementSettings

Advertisement settings.

Field

Description

yandex_direct

YandexDirect

Includes only one of the fields yandex_direct.

Advertisement provider.

YandexDirectYandexDirect

YandexDirect provider settings.

Field

Description

enable

bool

Enable Partner Ad for Live and VOD content.

page_id

int64

Advertisement page ID.

category

int64

Advertisement category.

RefererVerificationSettingsRefererVerificationSettings

Referer verification settings.

Field

Description

enable

bool

Enable verification

allowed_domains[]

string

List of available domains

Was the article helpful?

Previous
Overview
Next
List
Yandex project
© 2025 Yandex.Cloud LLC