Skip to main content
GET
List Content
Content Studio articles are AI-generated, brand-aware pieces of content. This read-only endpoint lists articles so you can pull finished content into an external CMS (for example via an automation workflow). The list returns metadata only — fetch the article detail for the full markdown body.
Defaults to status=LIVE so you only get published-ready articles. Pass status explicitly to list drafts or archived items.
string
required
Bearer token. Example: Bearer qw-api-xxx

Path Parameters

string
required
The unique identifier of the brand

Query Parameters

string
default:"LIVE"
Filter by status: DRAFT, GENERATING, LIVE, ARCHIVED
string
Filter by type: INFORMATIONAL, COMPARISON, HOW_TO, LISTICLE, REVIEW, CASE_STUDY, NEWS, OPINION, OTHER
number
default:"50"
Maximum number of articles to return (max: 100)
number
default:"0"
Pagination offset
string
default:"updatedAt"
Field to sort by: createdAt, updatedAt, publishedAt, title, wordCount
string
default:"desc"
Sort order: asc or desc

Response

boolean
Indicates if the request was successful
object
array

Example Request

Example Response