---
title: "Get a folder"
method: GET
path: "/v1/design_studio/folders/{id}"
tags: ["Design Studio"]
---

# Get a folder

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

Get a folder by its UUID. You can retrieve the UUID of folders through [List folders](/integrations/api/app/tag/design-studio/listFolders/).

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful response

- object
  - `folder` Folder
    - `id` string, uuid — ID of folder
    - `name` string — The name of the folder.
    - `parent_folder_id` string, uuid, nullable — The ID of the parent folder. Returns `null` if there is no parent, which means the folder is in the root directory.
    - `created` integer — Timestamp of when the folder was created.
    - `updated` integer — Timestamp of last update to the folder.

## Other responses

- `401` — Unauthorized - missing or invalid API key
- `404` — Resource not found

---

[API](https://skmtc.dev/customer/apis/customer-io-journeys-api-reference.md) · [All operations](https://skmtc.dev/customer/apis/customer-io-journeys-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/customer/customer-io-journeys-api-reference/revisions/4b391af7cb06/schema)
