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

# Get Folder

`GET /folders/{folder_id}`

Get a folder by ID.

Args:
    folder_id: ID of the folder
    auth: Authentication context

Returns:
    Folder: Folder if found and accessible

## Path parameters

- `folder_id` string, required

## Headers

- `authorization` string

## Response `200`

Successful Response

- Folder — Represents a folder that contains documents
  - `id` string
  - `name` string, required
  - `description` string, nullable
  - `document_ids` string[], nullable
  - `system_metadata` object
  - `rules` object[]
  - `workflow_ids` string[] — List of workflow IDs to run on document ingestion
  - `app_id` string, nullable
  - `end_user_id` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/morphik-org/apis/fastapi.md) · [All operations](https://skmtc.dev/morphik-org/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/morphik-org/fastapi/revisions/9ae5bfba3a15/schema)
