---
title: "Get All Folders"
method: GET
path: "/v1/all-folders"
tags: ["Folders"]
---

# Get All Folders

`GET /v1/all-folders`

Get all folders for the authenticated user's organization.

Returns a list of all folders with their details.

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- FolderResponse[]
  - `id` string, uuid, required — ID of the folder
  - `name` string, required — Name of the folder
  - `organization_id` string, required — Organization ID
  - `created_at` string, required — Timestamp when the folder was created

## Other responses

- `422` — Validation Error

---

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