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
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Video
    • Overview
    • Control
    • Troubleshooting
  • Access management
  • Pricing policy
    • Authentication with the API
    • Getting started with the API
      • Overview
        • Overview
        • Get
        • List
        • Create
        • BatchGenerateDownloadURLs
        • GenerateUploadURL
        • Delete
  • Audit Trails events
  • Release notes

In this article:

  • gRPC request
  • GetThumbnailRequest
  • Thumbnail
  1. API reference
  2. gRPC
  3. Thumbnail
  4. Get

Video API, gRPC: ThumbnailService.Get

Written by
Yandex Cloud
Updated at April 24, 2025
  • gRPC request
  • GetThumbnailRequest
  • Thumbnail

Get the specific thumbnail.

gRPC request

rpc Get (GetThumbnailRequest) returns (Thumbnail)

GetThumbnailRequest

{
  "thumbnail_id": "string"
}

Field

Description

thumbnail_id

string

Required field. ID of the thumbnail.

Thumbnail

{
  "id": "string",
  "channel_id": "string",
  "created_at": "google.protobuf.Timestamp"
}

Field

Description

id

string

ID of the thumbnail.

channel_id

string

ID of the channel where the thumbnail was created.

created_at

google.protobuf.Timestamp

Time when thumbnail was created.

Was the article helpful?

Previous
Overview
Next
List
© 2025 Direct Cursus Technology L.L.C.