---
title: "Get Spark application status by submission ID."
method: GET
path: "/spark/{submissionId}/status"
tags: ["Examination"]
---

# Get Spark application status by submission ID.

`GET /spark/{submissionId}/status`

May return an empty object when the Spark application is not be started yet.

## Path parameters

- `submissionId` string, required

## Response `200`

OK

- GetSubmissionStatusResponse
  - `creationTime` integer
  - `sparkApplicationId` string
  - `executionAttempts` integer
  - `terminationTime` integer
  - `duration` integer
  - `applicationState` string
  - `applicationErrorMessage` string
  - `sparkUIUrl` string

## Other responses

- `400` — Bad request due to wrong format or invalid values
- `403` — Forbidden
- `415` — Unsupported content type
- `500` — Internal server error

---

[API](https://skmtc.dev/apple/apis/batch-processing-gateway-api.md) · [All operations](https://skmtc.dev/apple/apis/batch-processing-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apple/batch-processing-gateway-api/revisions/01a8fc362221/schema)
