Articles
List articles
Retrieve a paginated list of articles with filtering and search options. The articles returned depend on the authentication used:
Authenticated Access:
- Admin API keys: Returns articles from all accounts across the system
- Account API keys: Returns articles only from the account that owns the key
Public Access (from valid domains):
- No authentication required when accessing from verified domains (*.localhost, *.suprsonic.blog, *.suprsonic.app, or verified custom domains)
- Returns only published articles from the domain-associated account
- Status filtering is ignored for public access (always returns published only)
GET
Authorizations
Admin API key for managing accounts and creating content
Query Parameters
Search articles by title or meta description
Filter by tags (comma-separated)
Filter by article category
Available options:
opinion_piece
, industry_forecast
, how_to_guide
, comparison
, deep_research
, checklist
, roundup
Filter by article status
Available options:
draft
, published
, archived
, deleted
Page number for pagination
Required range:
x >= 1
Number of items per page
Required range:
1 <= x <= 100
Response
200
application/json
Successfully retrieved articles
The response is of type object
.