GET
/
spark
/
log
/
job
/
{jobId}
[
  {
    "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
default:100

The number of log lines to read from file

Response

200 - text/plain

successful operation

The response is of type object[].