---
title: "Get Global View job status"
method: GET
path: "/v2/content/folders/global/{jobId}/status"
tags: ["folderManagement"]
---

# Get Global View job status

`GET /v2/content/folders/global/{jobId}/status`

Get the status of an asynchronous Global View job for the given job identifier. If job succeeds, use [Global View Result](#operation/getGlobalFolderAsyncResult) endpoint to fetch all content items that you have permissions to view.

## Path parameters

- `jobId` string, required

## Response `200`

Asynchronous Global View job status.

- AsyncJobStatus
  - `status` string, required — Whether or not the request is in progress (`InProgress`), has completed successfully (`Success`), or has completed with an error (`Failed`).
  - `statusMessage` string — Additional status message generated if the status is not `Failed`.
  - `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` — The 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)
