---
title: "Wordpress List Property Content"
method: GET
path: "/integrations/wordpress/{property_id}/content"
tags: ["wordpress"]
---

# Wordpress List Property Content

`GET /integrations/wordpress/{property_id}/content`

The workspace content browser: one page of the site's posts or pages.

The backend makes the WordPress call — credentials never reach the
browser (defense 9).

## Path parameters

- `property_id` string, uuid, required

## Query parameters

- `content_type` string
- `status` string, nullable
- `search` string, nullable
- `page` integer

## Response `200`

Successful Response

- WordPressContentListResponse
  - `items` WordPressContentListItem[], required
    - `id` integer, required
    - `content_type` string, required
    - `title` string, required
    - `status` string, required
    - `link` string, nullable
    - `modified` string, nullable
  - `total` integer, required

## Other responses

- `404` — Error
- `409` — Error
- `422` — Validation Error
- `502` — Error

---

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