GET
/
spark
/
jobs
{
  "activeJobs": {},
  "finishedJobs": {},
  "errors": [
    {
      "cause": {},
      "stackTrace": [
        {
          "methodName": "<string>",
          "fileName": "<string>",
          "lineNumber": 123,
          "className": "<string>",
          "nativeMethod": true
        }
      ],
      "message": "<string>",
      "localizedMessage": "<string>",
      "suppressed": [
        {}
      ]
    }
  ]
}

Query Parameters

type
string

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

Response

200 - application/json

successful operation

The response is of type object.