---
title: "Retrieve a landing page folder"
method: GET
path: "/cms/v3/pages/landing-pages/folders/{objectId}"
tags: ["Folders"]
---

# Retrieve a landing page folder

`GET /cms/v3/pages/landing-pages/folders/{objectId}`

Retrieve a landing page folder, specified by its ID.

## Path parameters

- `objectId` string, required

## Query parameters

- `archived` boolean
- `property` string

## Response `200`

successful operation

- ContentFolder — Model definition for a content folder.
  - `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.

## Other responses

- `default` — An error occurred.

---

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