List my articles
list_my_articlesList articles owned by the authenticated account, newest first, including drafts and scheduled posts.
Use this to find your own work — it is the only listing that sees unpublished content. To search across the whole site, including other creators, use search_articles instead.
Reads only; nothing is created or modified. Requires an API key. Returns { articles, total }, where each article carries id, slug, title, status, url, editor_url, tags and timestamps, but NOT the article body — call get_article for that. total counts all matches, not just the page returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum articles to return, 1-100. Defaults to 20. | |
| status | No | Return only articles in this state. Omit to return every state the account owns. |