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

---

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