---
title: "Get Folder"
method: GET
path: "/v1/folder/{folder_id}"
tags: ["Folders"]
---

# Get Folder

`GET /v1/folder/{folder_id}`

Get a specific folder by ID.

Returns the folder details if it exists and belongs to the user's organization.

## Path parameters

- `folder_id` string, uuid, required

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