GET
/
launcher
/
status
/
{id}
/
all
[
  {
    "state": "unknown",
    "jobId": "<string>",
    "jobConfig": {
      "id": "<string>",
      "sparkConfig": [
        {
          "key": "<string>",
          "value": "<string>"
        }
      ],
      "type": "<string>"
    },
    "hostname": "<string>",
    "result": {
      "jobConfigId": "<string>",
      "jobRunId": "<string>",
      "exception": {}
    },
    "startTime": "<string>",
    "endTime": "<string>",
    "duration": 123
  }
]

Path Parameters

id
string
required

Response

200 - application/hal+json

OK

The response is of type object[].