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 DataSphere
  • Getting started
  • Terraform reference
    • Overview
    • Authentication with the API
      • Overview
        • Overview
          • Overview
          • Create
          • Clone
          • Execute
          • Cancel
          • ReadStdLogs
          • ReadLogs
          • DownloadJobFiles
          • List
          • Get
          • Delete
          • DeleteData
          • DeleteAllData
          • SetDataTtl
  • Audit Trails events
  • Access management
  • Pricing policy
  • Public materials
  • Release notes

In this article:

  • gRPC request
  • DownloadProjectJobFilesRequest
  • File
  • FileDesc
  • DownloadProjectJobFilesResponse
  • StorageFile
  • File
  • FileDesc
  1. API reference
  2. gRPC
  3. DataSphere Jobs API v2
  4. ProjectJob
  5. DownloadJobFiles

DataSphere Jobs API v2, gRPC: ProjectJobService.DownloadJobFiles

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • DownloadProjectJobFilesRequest
  • File
  • FileDesc
  • DownloadProjectJobFilesResponse
  • StorageFile
  • File
  • FileDesc

Returns download urls for job files.

gRPC requestgRPC request

rpc DownloadJobFiles (DownloadProjectJobFilesRequest) returns (DownloadProjectJobFilesResponse)

DownloadProjectJobFilesRequestDownloadProjectJobFilesRequest

{
  "job_id": "string",
  "files": [
    {
      "desc": {
        "path": "string",
        "var": "string"
      },
      "sha256": "string",
      "size_bytes": "int64",
      "compression_type": "FileCompressionType"
    }
  ]
}

Field

Description

job_id

string

Required field.

files[]

File

FileFile

Field

Description

desc

FileDesc

sha256

string

SHA256 of the file.

size_bytes

int64

File size in bytes.

compression_type

enum FileCompressionType

File compression info

  • FILE_COMPRESSION_TYPE_UNSPECIFIED
  • NONE
  • ZIP

FileDescFileDesc

Field

Description

path

string

Path of the file on filesystem.

var

string

Variable to use in cmd substitution.

DownloadProjectJobFilesResponseDownloadProjectJobFilesResponse

{
  "download_files": [
    {
      "file": {
        "desc": {
          "path": "string",
          "var": "string"
        },
        "sha256": "string",
        "size_bytes": "int64",
        "compression_type": "FileCompressionType"
      },
      "url": "string"
    }
  ]
}

Field

Description

download_files[]

StorageFile

StorageFileStorageFile

Field

Description

file

File

url

string

File URL.

FileFile

Field

Description

desc

FileDesc

sha256

string

SHA256 of the file.

size_bytes

int64

File size in bytes.

compression_type

enum FileCompressionType

File compression info

  • FILE_COMPRESSION_TYPE_UNSPECIFIED
  • NONE
  • ZIP

FileDescFileDesc

Field

Description

path

string

Path of the file on filesystem.

var

string

Variable to use in cmd substitution.

Was the article helpful?

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