---
title: "Get all Folders"
method: GET
path: "/content_folders"
---

# Get all Folders

`GET /content_folders`

Obtain content folders list

## Request body

- object
  - `id` string — id of conent folder
  - `name` string — name of conent folder
  - `groups` string[] — For accounts with user groups, list of user groups with write permissions
  - `size` integer — Sum of contents` size in folder
  - `account_id` string — Id of telemetrytv account
  - `read_only_groups` string[] — List of user groups that havee permission to view content of folder
  - `Default` boolean — flag which indicates default follder - one for account

## Response `200`

200

- object[]
  - `account_id` string
  - `created_at` number
  - `id` string
  - `name` string
  - `size` integer
  - `updated_at` number

## Other responses

- `400` — 400

---

[API](https://skmtc.net/telemetrytv/apis/user-api.md) · [All operations](https://skmtc.net/telemetrytv/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/telemetrytv/user-api/versions/057a0b968aea/schema)
