---
title: "Retrieve folder by path"
method: GET
path: "/files/2026-03/folders/{folderPath}"
tags: ["Folders"]
---

# Retrieve folder by path

`GET /files/2026-03/folders/{folderPath}`

Retrieve a folder, identified by its path.

## Path parameters

- `folderPath` string, required

## Query parameters

- `properties` string[]

## Response `200`

successful operation

- FilesFolder
  - `archived` boolean, required — Marks whether the folder is deleted or not.
  - `archivedAt` string, date-time — Timestamp of folder deletion.
  - `createdAt` string, date-time, required — Timestamp of folder creation.
  - `id` string, required — ID of the folder.
  - `name` string — Name of the folder.
  - `parentFolderId` string — ID of the parent folder.
  - `path` string — Path of the folder in the file manager.
  - `updatedAt` string, date-time, required — Timestamp of the latest update to the folder.

## Other responses

- `default` — An error occurred.

## Changes

> 14 revisions in range; 1 not diffed, 2 could not be searched.

- **2026-04-08** `b0d8bc008db9` — 3 info
  - api operation id `get-/files/2026-03/folders/{folderPath}_getByPath` removed and replaced with `get-/files/2026-03/folders/{folderPath}`
  - the security scope `files.ui_hidden.read` was added to the endpoint's security scheme `private_apps`
  - the security scope `files` was removed from the endpoint's security scheme `private_apps`
- **2026-04-03** `3578967e48df` — 2 info
  - the security scope `files.ui_hidden.read` was added to the endpoint's security scheme `private_apps`
  - the security scope `files` was removed from the endpoint's security scheme `private_apps`
- **2026-04-01** `e0403341222c` — 2 info
  - the security scope `files.ui_hidden.read` was added to the endpoint's security scheme `private_apps`
  - the security scope `files` was removed from the endpoint's security scheme `private_apps`
- **2026-03-31** `f33be5a82610` — 2 info
  - the security scope `files.ui_hidden.read` was added to the endpoint's security scheme `private_apps`
  - the security scope `files` was removed from the endpoint's security scheme `private_apps`

[Change history](https://skmtc.dev/hubspot/apis/hubspot-api-specification/changes/files/2026-03/folders/:folderPath/get.md)

---

[API](https://skmtc.dev/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.dev/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/revisions/f9c7181056c5/schema)
