---
title: "Get all landing page folders"
method: GET
path: "/cms/pages/2026-03/landing-pages/folders"
tags: ["Folders"]
---

# Get all landing page folders

`GET /cms/pages/2026-03/landing-pages/folders`

Get the list of Landing Page Folders. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.

## Query parameters

- `after` string
- `archived` boolean
- `createdAfter` string, date-time
- `createdAt` string, date-time
- `createdBefore` string, date-time
- `limit` integer
- `property` string
- `sort` string[]
- `updatedAfter` string, date-time
- `updatedAt` string, date-time
- `updatedBefore` string, date-time

## Response `200`

successful operation

- CmsPagesCollectionResponseWithTotalContentFolderForwardPaging
  - `paging` ForwardPaging
    - `next` NextPage — Specifies the paging information needed to retrieve the next set of results in a paginated API response
      - `after` string, required — A paging cursor token for retrieving subsequent pages.
      - `link` string — A URL that can be used to retrieve the next page results.
  - `results` CmsPagesContentFolder[], required — Collection of content folders.
    - `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.
  - `total` integer, required — Total number of content folders.

## Other responses

- `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)
