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

# Retrieve folders

`POST /cms/pages/2026-03/landing-pages/folders/batch/read`

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

## Query parameters

- `archived` boolean

## Response `200`

successful operation

- CmsPagesBatchResponseContentFolder
  - `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` CmsPagesContentFolder[], 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.

---

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