---
title: "UNDER DEVELOPMENT - Get folder information."
method: GET
path: "/api/v2/cddrive/folders/{folder-id}"
tags: ["CD Drive"]
---

# UNDER DEVELOPMENT - Get folder information.

`GET /api/v2/cddrive/folders/{folder-id}`

Get the information about a folder in the customer's private CD Drive.

## Response `200`

The folder information.

- CDDriveFolder — A folder in the CD Drive that can contain other items such as files or folders.
  - `name` string, required — The name of the folder.
  - `parentId` integer, required — The ID of the parent folder or 0 for the root folder.
  - `id` integer, required — The ID of the folder.
  - `createdDate` string, date-time, required — The date and time the folder was created in ISO 8601 format.
  - `lastModifiedDate` string, date-time, required — The date and time the folder was last modified in ISO 8601 format. This may only represent a modification to to the folder metadata itself, not to the contents of the folder.

## Other responses

- `404` — The folder cannot be found.

---

[API](https://skmtc.net/prss/apis/contentdepot.md) · [All operations](https://skmtc.net/prss/apis/contentdepot/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prss/contentdepot/versions/838e7ae589d8/schema)
