---
title: "Get the items in the folder."
method: GET
path: "/api/v2/cddrive/folders/{folder-id}/items"
tags: ["CD Drive"]
---

# Get the items in the folder.

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

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

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

The folder information.

- object
  - `totalCount` integer — The total number of entries available.
  - `offset` integer — The start offset into the items.
  - `limit` integer — The maximum number of items to return.
  - `entries` CDDriveItem[] — The item instances.
    - `name` string, required
    - `type` 'file' | 'folder', required
    - `id` integer, required

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