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 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
  • ReadProjectJobStdLogsRequest
  • ReadProjectJobStdLogsResponse
  • StdLog
  1. API reference
  2. gRPC
  3. DataSphere Jobs API v2
  4. ProjectJob
  5. ReadStdLogs

DataSphere Jobs API v2, gRPC: ProjectJobService.ReadStdLogs

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • ReadProjectJobStdLogsRequest
  • ReadProjectJobStdLogsResponse
  • StdLog

Returns stream of job logs.

gRPC requestgRPC request

rpc ReadStdLogs (ReadProjectJobStdLogsRequest) returns (stream ReadProjectJobStdLogsResponse)

ReadProjectJobStdLogsRequestReadProjectJobStdLogsRequest

{
  "job_id": "string",
  "offset": "int64"
}

Field

Description

job_id

string

ID of the job.

offset

int64

Log offset.

ReadProjectJobStdLogsResponseReadProjectJobStdLogsResponse

{
  "logs": [
    {
      "content": "bytes",
      "type": "Type"
    }
  ],
  "offset": "int64"
}

Field

Description

logs[]

StdLog

offset

int64

Log offset.

StdLogStdLog

Field

Description

content

bytes

Log contents.

type

enum Type

Log type.

  • TYPE_UNSPECIFIED
  • OUT: stdout.
  • ERR: stderr.

Was the article helpful?

Previous
Cancel
Next
ReadLogs
Yandex project
© 2025 Yandex.Cloud LLC