---
title: "Get all Spark applications"
method: GET
path: "/api/v1/databricks/spark"
tags: ["DATABRICKS", "Databricks", "Databricks Spark"]
deprecated: true
---

# Get all Spark applications

`GET /api/v1/databricks/spark`

> **Deprecated.**

Get list of all Spark applications with flag counts.

## Query parameters

- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Response `200`

Successful Response

- SparkApplicationsResponse — Response for listing Spark applications.
  - `applications` SparkApplicationSummary[], required
    - `application_id` string, required
    - `cluster_id` string, nullable
    - `total_jobs` integer
    - `total_stages` integer
    - `total_tasks` integer
    - `duration_ms` number, nullable
    - `success` boolean, nullable
    - `spark_version` string, nullable
    - `log_date` string, nullable
    - `flag_count` integer
  - `total_count` integer, required — Total number of applications

## Other responses

- `403` — Not authorized
- `404` — No ClickHouse database configured
- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
