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.
Query parameters
Team ID
Page number (default: 1)
Items per page (default: 20, or "all")
Filter by status (draft, processing, generated, scheduled, published, failed, manual) or "all"
Filter to articles belonging to a topic cluster
ISO date — only articles whose scheduledAt or publishedAt is on/after this (calendar-window scoping)
ISO date — only articles whose scheduledAt or publishedAt is on/before this (calendar-window scoping)
Case-insensitive search across title, slug, keywords, prompts, providers, and topic name
Sort column
Sort direction
Filter to articles carrying this category name
Filter to articles carrying this tag name
Response
Default Response
Changes
Changed in 3 of the 47 revisions of this API.5422
- ●
added the new
embedenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
- ▲
the
queryrequest parametersortBywas restricted to a list of enum valuesrequest-parameter-became-enum
- ▲
the
queryrequest parametersortDirwas restricted to a list of enum valuesrequest-parameter-became-enum
- ▲
the
queryrequest parameterstatuswas restricted to a list of enum valuesrequest-parameter-became-enum
- ▲
for the
queryrequest parametersortBy, default valuecreatedwas addedrequest-parameter-default-value-added
- ▲
for the
queryrequest parametersortDir, default valuedescwas addedrequest-parameter-default-value-added
- ●
added the new
grigoraenum value to the///response property for the response statusresponse-property-enum-value-added
- ●
added the new
manualenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
manualenum value to the//response property for the response statusresponse-property-enum-value-added
- ○
added the new enum value
allto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
ascto thequeryrequest parametersortDirrequest-parameter-enum-value-added
- ○
added the new enum value
createdto thequeryrequest parametersortByrequest-parameter-enum-value-added
- ○
added the new enum value
descto thequeryrequest parametersortDirrequest-parameter-enum-value-added
- ○
added the new enum value
draftto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
failedto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
generatedto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
manualto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
nameto thequeryrequest parametersortByrequest-parameter-enum-value-added
- ○
added the new enum value
processingto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
publishedto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
scheduledto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
seoto thequeryrequest parametersortByrequest-parameter-enum-value-added
- ○
added the new enum value
statusto thequeryrequest parametersortByrequest-parameter-enum-value-added
- ○
added the new enum value
topicto thequeryrequest parametersortByrequest-parameter-enum-value-added
- ○
removed the
blogenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
case-studyenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
technicalenum value from the//response property for the response statusresponse-property-enum-value-removed
- ▲
- ○
added the new optional
queryrequest parametercategorynew-optional-request-parameter
- ○
added the new optional
queryrequest parametertagnew-optional-request-parameter
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○