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 Foundation Models
    • Overview
    • API authentication
        • Overview
          • Overview
          • Describe
          • Validate
          • Create
          • Update
          • Delete
          • List
          • ListUploadFormats
          • ListUploadSchemas
          • GetUploadDraftUrl
          • GetDownloadUrls
          • StartMultipartUploadDraft
          • FinishMultipartUploadDraft
          • ListTypes
          • GetPreview
          • ListOperationsIds
  • Yandex Cloud ML SDK
  • Compatibility with OpenAI
  • Access management
  • Pricing policy
  • Public materials
  • Release notes

In this article:

  • gRPC request
  • GetDownloadUrlsRequest
  • GetDownloadUrlsResponse
  • DatasetFileDownloadUrl
  1. API references
  2. Dataset API
  3. gRPC
  4. Dataset
  5. GetDownloadUrls

Foundation Models Dataset Service API, gRPC: DatasetService.GetDownloadUrls

Written by
Tania Lushnikova
Updated at February 21, 2025
  • gRPC request
  • GetDownloadUrlsRequest
  • GetDownloadUrlsResponse
  • DatasetFileDownloadUrl

Get urls to download dataset

gRPC requestgRPC request

rpc GetDownloadUrls (GetDownloadUrlsRequest) returns (GetDownloadUrlsResponse)

GetDownloadUrlsRequestGetDownloadUrlsRequest

{
  "dataset_id": "string"
}

Field

Description

dataset_id

string

Required field. ID of the dataset.

GetDownloadUrlsResponseGetDownloadUrlsResponse

{
  "dataset_id": "string",
  "download_urls": [
    {
      "key": "string",
      "url": "string"
    }
  ]
}

Field

Description

dataset_id

string

ID of the dataset.

download_urls[]

DatasetFileDownloadUrl

DatasetFileDownloadUrlDatasetFileDownloadUrl

Field

Description

key

string

url

string

Was the article helpful?

Previous
GetUploadDraftUrl
Next
StartMultipartUploadDraft
Yandex project
© 2025 Yandex.Cloud LLC