List Ghost posts
list_postsRetrieve concise Ghost post records to get exact IDs and updated_at values before updating or publishing. Supports filtering by status, tag, author, and dates.
Instructions
List concise Ghost post records. Use this before updating or publishing to obtain exact IDs and updated_at values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| page | No | ||
| limit | No | ||
| order | No | updated_at_desc | |
| search | No | ||
| status | No | all | |
| author_id | No | ||
| updated_after | No | ||
| updated_before | No | ||
| published_after | No | ||
| published_before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | Yes | ||
| posts | Yes |