---
title: "List folders"
method: GET
path: "/workspaces/{workspaceId}/folders"
---

# List folders

`GET /workspaces/{workspaceId}/folders`

Returns the folders in a workspace. Requires a Pro subscription.

## Path parameters

- `workspaceId` string, required

## Response `200`

Folders retrieved successfully

- Folder[]
  - `id` string, required
  - `name` string, required
  - `workspaceId` string, required
  - `parentId` string, nullable, required
  - `createdByUserId` string, required
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `401` — Unauthorized
- `404` — Workspace not found

---

[API](https://skmtc.net/tally/apis/openapi.md) · [All operations](https://skmtc.net/tally/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tally/openapi/versions/3ae813325ad6/schema)
