Articles
List Articles
Retrieve a paginated list of AI-classified articles with filters and optional enrichment modules
GET
Description
Returns a paginated list of articles. Every article includes base fields by default. Use theinclude parameter to request additional enrichment modules like sentiment, entities, or market impact.
Headers
string
required
Your Rushed API keyFormat:
rsh_live_xxxxxxxxxxxxQuery Parameters
string
Comma-separated enrichment modules. Options:
sentiment, market_impact, entities, translations, scoring, classification, metaExample: sentiment,entitiesstring
Filter by primary sector codeOptions:
FIN, TEC, SAU, ENE, MAT, IND, CON, IMO, AGR, TRA, COM, SER, GOV, ESP, CRY, FIP, CIE, DEF, CUL, EDU, AMB, SOC, TURstring
Filter by primary topic codeOptions:
M&A, IPO, RES, DIV, REG, POL, MAC, ESG, INO, CRI, EXE, TRB, INT, JUR, EXP, PAR, DEB, TRF, CPT, INF, CLI, SEG, SAP, ELE, TRI, CIB, EDIstring
Filter by urgency:
CRITICAL, HIGH, MEDIUM, LOWstring
Filter by content type:
BREAKING, REPORT, ANALYSIS, INTERVIEW, NEWS, PRESS, RUMORboolean
Filter for breaking news only
string
Filter by language:
pt, en, esstring
Filter by source domain (comma-separated). Example:
reuters.com,bloomberg.comstring
ISO 8601 datetime. Only articles published after this date.
string
ISO 8601 datetime. Only articles published before this date.
string
Full-text search across title, subtitle, and summary
string
default:"publishedAt"
Sort order:
publishedAt— most recent first (default)baseScore— highest quality score firsturgencyLevel— most urgent first (CRITICAL > HIGH > MEDIUM > LOW)relevance— composite of score + recency. Best for feeds that need both quality and freshness. A score-60 article from 1h ago ranks higher than a score-80 article from 2 days ago.
integer
default:"20"
Results per page (1–100)
integer
default:"0"
Number of results to skip
Response
boolean
required
Always
true on successarray
required
Array of article objects
object
required