---
title: "Get Spark application driver information."
method: GET
path: "/spark/{submissionId}/driver"
tags: ["Examination"]
---

# Get Spark application driver information.

`GET /spark/{submissionId}/driver`

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

## Path parameters

- `submissionId` string, required

## Response `200`

OK

- GetDriverInfoResponse
  - `podName` string
  - `startTime` integer

## Other responses

- `400` — Bad request due to invalid submission ID or other issues
- `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)
