Reading
List articles
Returns a paginated list of articles, filterable by status, tag, domain, and starred.
GET
List articles
Authorizations
API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.
Query Parameters
Required range:
x >= 1Example:
1
Required range:
1 <= x <= 50Example:
20
Available options:
unread, reading, finished Example:
"finished"
Example:
"technology"
Example:
"theatlantic.com"
1 for starred only, 0 for unstarred only
Required range:
0 <= x <= 1Example:
1
Available options:
saved_at, finished_at, title Example:
"saved_at"
Available options:
asc, desc Example:
"desc"
Required range:
0 <= x <= 1Single day (YYYY-MM-DD). Overrides from/to.
Pattern:
^\d{4}-\d{2}-\d{2}$Example:
"2025-02-17"
Range start, inclusive (ISO 8601)
Example:
"2025-02-01T00:00:00Z"
Range end, inclusive (ISO 8601)
Example:
"2025-02-28T23:59:59Z"
List articles