---
title: "Get Insights Folder Details"
method: GET
path: "/api/v1/insights/folders/{folder_id}"
tags: ["insights.folders"]
---

# Get Insights Folder Details

`GET /api/v1/insights/folders/{folder_id}`

## Path parameters

- `folder_id` integer, required

## Response `200`

Successful Response

- FolderDetails — Response model for an insight upload folder details.
  - `name` string, required — Human-readable name of insight folder
  - `label` string, nullable — optional label assigned to insight folder
  - `description` string, nullable — Text description of insight upload folder
  - `id` integer, required — System-assign folder ID
  - `created_at` string, date-time — Timestamp at which insight upload folder was created
  - `updated_at` string, date-time — Timestamp at which insight upload folder was last updated
  - `last_updated_by` string, required — Email of user who last updated upload folder
  - `folder_stats` object, required — Meta-data of insight upload files associated with the folder

## Other responses

- `422` — Validation Error

---

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