Skip to main content
GET
/
spark
/
jobs
Error
A valid request URL is required to generate request examples
{
  "activeJobs": {},
  "finishedJobs": {},
  "errors": [
    {
      "cause": "<unknown>",
      "stackTrace": [
        {
          "methodName": "<string>",
          "fileName": "<string>",
          "lineNumber": 123,
          "className": "<string>",
          "nativeMethod": false
        }
      ],
      "message": "<string>",
      "localizedMessage": "<string>",
      "suppressed": "<array>"
    }
  ]
}

Query Parameters

type
string

Filter to list jobs of a specific type, such as custom script

Response

200 - application/json

successful operation

activeJobs
object
finishedJobs
object
errors
object[]