List articles
Content
Articles
List all articles for your team with status, SEO scores, and metadata.
GET
List articles
Get a paginated list of all articles for your team. This is the same data that powers the Content dashboard — article titles, statuses, SEO scores, publish dates, and more.
This endpoint returns article metadata only (no full body content). Use the individual article endpoint to fetch the full content.
Fields
| Field | Description |
|---|---|
status | Current status: draft, published, generating, review, failed |
type | Article type: pillar or supporting |
seoScore | SEO optimization score (0–100) |
isPublic | Whether the article is publicly accessible via your brand feed |
isPillar | Whether this is a pillar (cornerstone) article |
keywords | Target keywords with type (primary / secondary) |
provider | CMS provider if published (wordpress, webflow, ghost, shopify, framer) |
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number (default: 1)
Items per page (default: 20, or "all")
Filter by status (draft, generated, published, scheduled, failed) or "all"

