---
title: "List recent posts and pages"
method: GET
path: "/api/client/wordpress/posts"
tags: ["Client - WordPress"]
---

# List recent posts and pages

`GET /api/client/wordpress/posts`

## Query parameters

- `domain_id` integer, required
- `path` string
- `limit` integer

## Response `200`

List of posts

- object[]
  - `ID` integer
  - `post_title` string
  - `post_status` string
  - `post_type` string
  - `post_date` string

---

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