---
title: "Retrieve folders"
method: POST
path: "/cms/v3/pages/landing-pages/folders/batch/read"
tags: ["Folders"]
---

# Retrieve folders

`POST /cms/v3/pages/landing-pages/folders/batch/read`

Retrieve a batch of landing page folders as identified in the request body.

## Query parameters

- `archived` boolean

## Request body

- BatchInputString — Wrapper for providing an array of strings as inputs.
  - `inputs` string[], required — Strings to input.

## Response `200`

successful operation

- BatchResponseContentFolder — Response object for successful batch operations on content folders.
  - `completedAt` string, date-time, required — Time of batch operation completion.
  - `links` object — Links associated with batch operation.
  - `requestedAt` string, date-time — Time of batch operation request.
  - `results` ContentFolder[], required — Results of batch operation.
    - `category` integer, required — The type of object this folder applies to. Should always be LANDING_PAGE.
    - `created` string, date-time, required — The timestamp indicating when the content folder was created.
    - `deletedAt` string, date-time, required — The timestamp (ISO8601 format) when this content folder was deleted.
    - `id` string, required — The unique ID of the content folder.
    - `name` string, required — The name of the folder which will show up in the app dashboard
    - `parentFolderId` integer, required — The ID of the content folder this folder is nested under
    - `updated` string, date-time, required — The timestamp indicating when the content folder was last updated.
  - `startedAt` string, date-time, required — Time of batch operation start.
  - `status` 'CANCELED' | 'COMPLETE' | 'PENDING' | 'PROCESSING', required — Status of batch operation.

## Other responses

- `207` — multiple statuses
- `default` — An error occurred.

## Changes

- **2026-04-15** (v3) `df07dfb3375f` — 4 info
  - the endpoint scheme security `app_cookie` was removed from the API
  - the endpoint scheme security `hapikey` was removed from the API
  - the endpoint scheme security `internal_cookie` was removed from the API
  - the endpoint scheme security `shhkey` was removed from the API
- **2026-04-11** (v3) `4f45f5717791` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hubspot/apis/cms-pages/changes/cms/v3/pages/landing-pages/folders/batch/read/post.md)

---

[API](https://skmtc.dev/hubspot/apis/cms-pages.md) · [All operations](https://skmtc.dev/hubspot/apis/cms-pages/llms.txt) · [OpenAPI document](https://skmtc.dev/hubspot/apis/cms-pages/revisions/676be239d45a?raw)
