Articles
List Articles
Retrieve a paginated list of articles or collection items.
GET
List Articles
Endpoints
Articlesare available on all plans.- Additional non-article collections require the
Authorityplan.
Query parameters
Example request (root articles)
Example request (collection items)
Example response
Notes
statusdefaults topublishedfor list requests.status=scheduledis supported.- Legacy scheduled rows represented as
draft + publish_atare returned asscheduled. status=draftexcludes those legacy scheduled rows.categories,tags, andauthorsfilters are ID-based./postsis backward-compatible, but new integrations should use/articles.
Response field descriptions
Filtering behavior
searchmatches title, excerpt, content, slug, canonical URL, and external URL.- A full URL also searches its decoded final path segment, allowing it to match a stored slug when the title differs.
categories,tags, andauthorsaccept comma-separated IDs.- Multiple taxonomy filters are combined so results match all active filter groups.
- Comparison posts may include embedded screenshot images in
content_htmland structured screenshot metadata incomparison_screenshots.
Pagination
Pagination metadata is returned inmeta and navigation links in links.
Use page and per_page to page through results.
Use offset with per_page when the first page and later pages have different
sizes. offset takes precedence over the offset calculated from page.