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 Data Processing
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • List
        • Create
        • Get
        • ListLog
        • Cancel
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • FAQ

In this article:

  • gRPC request
  • ListJobLogRequest
  • ListJobLogResponse
  1. API reference
  2. gRPC
  3. Job
  4. ListLog

Yandex Data Processing API, gRPC: JobService.ListLog

Written by
Yandex Cloud
Updated at April 2, 2025
  • gRPC request
  • ListJobLogRequest
  • ListJobLogResponse

Returns a log for specified job.

gRPC requestgRPC request

rpc ListLog (ListJobLogRequest) returns (ListJobLogResponse)

ListJobLogRequestListJobLogRequest

{
  "cluster_id": "string",
  "job_id": "string",
  "page_size": "int64",
  "page_token": "string"
}

Field

Description

cluster_id

string

Required field. ID of the cluster that the job is being created for.

job_id

string

ID of the job being created.

page_size

int64

The maximum bytes of job log per response to return. If the number of available
bytes is larger than page_size, the service returns a ListJobLogResponse.next_page_token
that can be used to get the next page of output in subsequent list requests.
Default value: 1048576.

page_token

string

Page token. To get the next page of results, set page_token to the
ListJobLogResponse.next_page_token returned by a previous list request.

ListJobLogResponseListJobLogResponse

{
  "content": "string",
  "next_page_token": "string"
}

Field

Description

content

string

Requested part of Yandex Data Processing Job log.

next_page_token

string

This token allows you to get the next page of results for ListLog requests,
if the number of results is larger than page_size specified in the request.
To get the next page, specify the value of next_page_token as a value for
the page_token parameter in the next ListLog request. Subsequent ListLog
requests will have their own next_page_token to continue paging through the results.

Was the article helpful?

Previous
Get
Next
Cancel
© 2025 Direct Cursus Technology L.L.C.