---
title: "Schedule Global View job"
method: GET
path: "/v2/content/folders/global"
tags: ["folderManagement"]
---

# Schedule Global View job

`GET /v2/content/folders/global`

Schedule an asynchronous job to get Global View. Global View contains all top-level content items that a user has permissions to view in the organization. User can traverse the top-level folders using [GetFolder API](#operation/getFolder) to get rest of the content items. Make sure you set `isAdminMode` header parameter to `true` when traversing top-level items.

_Global View is not a real folder, therefore there is no folder identifier associated with it_.

_You get back a identifier of asynchronous job in response to this endpoint. See [Asynchronous-Request](#section/Getting-Started/Asynchronous-Request) section for more details on how to work with asynchronous request._

## Headers

- `isAdminMode` string

## Response `200`

An asynchronous job to get a list of all content items been scheduled.

- BeginAsyncJobResponse
  - `id` string, required — Identifier to get the status of an asynchronous job.

## 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)
