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:

  • HTTP request
  • Path parameters
  • Query parameters
  • Response
  1. API reference
  2. REST
  3. Job
  4. ListLog

Yandex Data Processing API, REST: Job.ListLog

Written by
Yandex Cloud
Improved by
amatol
Updated at April 2, 2025
  • HTTP request
  • Path parameters
  • Query parameters
  • Response

Returns a log for specified job.

HTTP requestHTTP request

GET https://dataproc.api.cloud.yandex.net/dataproc/v1/clusters/{clusterId}/jobs/{jobId}:logs

Path parametersPath parameters

Field

Description

clusterId

string

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

jobId

string

Required field. ID of the job being created.

Query parametersQuery parameters

Field

Description

pageSize

string (int64)

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

pageToken

string

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

ResponseResponse

HTTP Code: 200 - OK

{
  "content": "string",
  "nextPageToken": "string"
}

Field

Description

content

string

Requested part of Yandex Data Processing Job log.

nextPageToken

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.