v5

OpenAPI 3.0.02026-08-034760291.5 KB
CMS

List articles

Returns a paginated list of articles for the team with status, SEO scores, publish dates, and metadata. Does not include full article body content.

get/v3/cms/articles

Query parameters

teamIdstring

Team ID

pagestring

Page number (default: 1)

per_pagestring

Items per page (default: 20, or "all")

statusstring

Filter by status (draft, generated, published, scheduled, failed) or "all"

topicIdstring

Filter to articles belonging to a topic cluster

startDatestring

ISO date — only articles whose scheduledAt or publishedAt is on/after this (calendar-window scoping)

endDatestring

ISO date — only articles whose scheduledAt or publishedAt is on/before this (calendar-window scoping)

searchstring

Case-insensitive search across title, slug, keywords, prompts, providers, and topic name

sortBystring

Sort column: name | status | seo | topic | created (default: created)

sortDirstring

Sort direction: asc | desc (default: desc)

categorystring

Filter to articles carrying this category name

tagstring

Filter to articles carrying this tag name

Response

Default Response