---
title: "Get Folder"
method: GET
path: "/v2/folders/{id}"
tags: ["Folder API"]
---

# Get Folder

`GET /v2/folders/{id}`

Get a single folder by ID.

## Path parameters

- `id` string, required — The ID of the folder. The owning team is resolved from the folder.

## Response `200`

Success

- SvflowPublicapiGetFolderResponse
  - `data` SvflowPubapimodelsFolder — A folder organizing a specific type of item within a team.
    - `id` string — The ID of the folder.
    - `teamId` string — The ID of the team that the folder belongs to.
    - `name` string — The name of the folder.
    - `itemType` 'FOLDER_ITEM_TYPE_UNSPECIFIED' | 'FOLDER_ITEM_TYPE_FOLDER' | 'FOLDER_ITEM_TYPE_WORKFLOW' | 'FOLDER_ITEM_TYPE_GUIDANCE' — Types of items that can appear in folder contents.
    - `parentFolderId` string, nullable — The ID of the parent folder. Unset when the folder is at the root of the team's folder tree.

## Other responses

- `default` — Error

---

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