Skip to main content
GET
/
spark
/
log
/
job
/
{jobId}
Error
A valid request URL is required to generate request examples
[
  {
    "line": "<string>",
    "date": 123
  }
]

Path Parameters

jobId
string
required

Job config ID of the Spark job to get logs for

Query Parameters

jobRunId
string

Filter out logs by Spark job run ID

rows
integer<int32>
default:100

The number of log lines to read from file

Response

200 - text/plain

successful operation

line
string
date
integer<int64>