---
title: "Get all folders"
method: GET
path: "/user/folders"
tags: ["folders"]
---

# Get all folders

`GET /user/folders`

## Response `200`

A list of all folders for the user

- ModelsFolder[]
  - `_id` string
  - `color` string
  - `eventIds` string[]
  - `isDeleted` boolean
  - `name` string
  - `userId` string

## Other responses

- `400` — Invalid user ID
- `500` — Failed to get folders

## Changes

- **2025-06-13** `9a8e5791f50c` — 1 info
  - endpoint added
- **2022-05-18** `c8572ecc9480` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/schej-it/apis/schej-it-api/changes/user/folders/get.md)

---

[API](https://skmtc.dev/schej-it/apis/schej-it-api.md) · [All operations](https://skmtc.dev/schej-it/apis/schej-it-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/schej-it/schej-it-api/revisions/c4d497429354/schema)
