v

OpenAPI 3.0.02026-08-094780295.7 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")

status'draft' | 'processing' | 'generated' | 'scheduled' | 'published' | 'failed' | 'manual' | 'all'

Filter by status (draft, processing, generated, scheduled, published, failed, manual) 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

sortBy'name' | 'status' | 'seo' | 'topic' | 'created'

Sort column

sortDir'asc' | 'desc'

Sort direction

categorystring

Filter to articles carrying this category name

tagstring

Filter to articles carrying this tag name

Response

Default Response