articles_list
Retrieve blog articles from a Voog site with optional filters by page, language, tag, or custom criteria.
Instructions
List blog articles on the Voog site (simplified: id, title, path, public_url, published, published_at, updated_at, created_at, language_code, page_id). All filters optional. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| page_id | No | Filter to a specific blog page id | |
| language_code | No | Filter by language code (e.g. 'et', 'en') | |
| language_id | No | Filter by language id (use language_code for the human-readable form) | |
| tag | No | Filter to articles tagged with this label | |
| sort | No | Voog sort string: '<object>.<attr>.<$asc|$desc>'. Example: 'article.created_at.$desc'. | |
| filters | No | Escape hatch for Voog filter keys not exposed as typed args. Keys MUST match q.article.<attr>.(\$eq|\$cont|\$gteq|\$lteq|\$gt|\$lt|\$in|\$nin|\$starts|\$ends|\$null|\$has). |