---
title: "Get a folder"
method: GET
path: "/analytics/v1/folders/{id}"
tags: ["Folders"]
---

# Get a folder

`GET /analytics/v1/folders/{id}`

Returns the specified Cloud Analytics folder.

## Path parameters

- `id` string, required

## Response `200`

OK - Folder returned.

- Folder — A Cloud Analytics folder.
  - `id` string — Folder ID.
  - `name` string — Folder name.
  - `description` string — Folder description.
  - `parentFolderId` string — Identifier of the parent folder. Set to "root" if the folder is at the top level.

## Other responses

- `401` — Unauthorized - Invalid API key.
- `403` — Forbidden - The client is not authorized to perform the request.
- `404` — Not Found - The requested resource does not exist.
- `500` — Internal Server Error - Something went wrong with the DoiT API server.

---

[API](https://skmtc.dev/doit/apis/doit-cloud-intelligence.md) · [All operations](https://skmtc.dev/doit/apis/doit-cloud-intelligence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/doit/doit-cloud-intelligence/revisions/9416402fc119/schema)
