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

# Get All Folders

`GET /folders/all-folders`

Get details of all folders in the database.

## Response `200`

Successful Response

- GetAllFoldersResponse
  - `success` boolean, required
  - `message` string, nullable
  - `error` string, nullable
  - `data` GetAllFoldersData
    - `folders` FolderDetails[], required
      - `folder_id` string, required
      - `folder_path` string, required
      - `parent_folder_id` string, nullable
      - `last_modified_time` integer, required
      - `AI_Tagging` boolean, required
      - `taggingCompleted` boolean, nullable
      - `image_count` integer
      - `video_count` integer
      - `indexing_status` string, nullable
    - `total_count` integer, required

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/aossie-org/apis/pictopy.md) · [All operations](https://skmtc.net/aossie-org/apis/pictopy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aossie-org/pictopy/revisions/a6c11e6b42e4/schema)
