---
title: "Retrieve Folders"
method: GET
path: "/filestorage/folders/{id}"
tags: ["filestorage/folders"]
---

# Retrieve Folders

`GET /filestorage/folders/{id}`

Retrieve Folders from any connected Filestorage software

## Path parameters

- `id` string, required

## Query parameters

- `remote_data` boolean

## Headers

- `x-connection-token` string, required

## Response `200`

- UnifiedFilestorageFolderOutput
  - `name` string, nullable, required — The name of the folder
  - `size` string, nullable, required — The size of the folder
  - `folder_url` string, nullable, required — The url of the folder
  - `description` string, required — The description of the folder
  - `drive_id` string, nullable, required — The UUID of the drive tied to the folder
  - `parent_folder_id` string, nullable, required — The UUID of the parent folder
  - `shared_link` string, nullable, required — The UUID of the shared link tied to the folder
  - `permissions` string, nullable, required — The UUID of the permission tied to the folder
  - `field_mappings` object, nullable — The custom field mappings of the object between the remote 3rd party & Panora
  - `id` string, nullable — The UUID of the folder
  - `remote_id` string, nullable — The remote ID of the folder in the context of the 3rd Party
  - `remote_data` object, nullable — The remote data of the folder in the context of the 3rd Party
  - `remote_drive_id` string, nullable — The remote ID of the drive in the context of the 3rd Party
  - `created_at` string, date-time, nullable — The created date of the folder
  - `modified_at` string, date-time, nullable — The modified date of the folder
  - `remote_created_at` string, date-time, nullable — The created date of the folder in the context of the 3rd Party
  - `remote_modified_at` string, date-time, nullable — The modified date of the folder in the context of the 3rd Party
  - `remote_was_deleted` boolean — Whether the folder was deleted in the context of the 3rd Party

---

[API](https://skmtc.net/panoratech/apis/panora-api.md) · [All operations](https://skmtc.net/panoratech/apis/panora-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/panoratech/panora-api/versions/318082b88074/schema)
