---
title: "App upgrade job status"
method: GET
path: "/v2/apps/upgrade/{jobId}/status"
tags: ["appManagementV2"]
---

# App upgrade job status

`GET /v2/apps/upgrade/{jobId}/status`

Get the status of an asynchronous app upgrade request for the given job identifier.

## Path parameters

- `jobId` string, required

## Response `200`

Status of the app upgrade job.

- AsyncUpgradeAppJobStatus — Status of the upgrade app async job.
  - `status` string, required — Whether or not the request is in progress (`InProgress`), has completed successfully (`Success`), or has completed with an error (`Failed`).
  - `instanceId` string — Instance identifier of the upgraded app. This field is not set yet but is a placeholder for future use.
  - `path` string — Path of the folder in which the app was upgraded.
  - `folderId` string — Identifier of the folder in which the app was upgraded.
  - `error` ErrorDescription
    - `code` string, required — An error code describing the type of error.
    - `message` string, required — A short English-language description of the error.
    - `detail` string — An optional fuller English-language description of the error.
    - `meta` object — An optional list of metadata about the error.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/versions/18a824df1e78/schema)
