---
title: "GET /ws/v1/cluster/apps/{appId}/state"
method: GET
path: "/ws/v1/cluster/apps/{appId}/state"
tags: ["Job"]
---

# GET /ws/v1/cluster/apps/{appId}/state

`GET /ws/v1/cluster/apps/{appId}/state`

Gets application state from the specified HDInsight cluster.

## Path parameters

- `appId` string, required

## Response `200`

OK response definition.

- AppState — The State of the application.
  - `state` 'NEW' | 'NEW_SAVING' | 'SUBMITTED' | 'ACCEPTED' | 'RUNNING' | 'FINISHED' | 'FINISHING' | 'FAILED' | 'KILLED' — The State of the application.

## Other responses

- `default` — Error response describing why the operation failed.

---

[API](https://skmtc.net/azure/apis/hdinsightjobclient.md) · [All operations](https://skmtc.net/azure/apis/hdinsightjobclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/hdinsightjobclient/revisions/3ca9bade5a34/schema)
