List article titles
article_titlesList the CMS "title" records — each one a page's title text and slug,
e.g. {"title": "How to organize a hackathon", "slug": "how-to-organize"}.
An article always points at one of these; use this to find the title_id
article_create needs, or to see what pages exist at all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number. | |
| page_size | No | Results per page (max 100). |