GET /articles
Search the workspace, or omit query to get the most recent articles — which is the right call for “what is new in X”. Also the way to list one feed’s latest items: pass feed_id. Returns titles, sources, dates and a short snippet only; use get_article for the full text of one piece.
Held in this tab only (sessionStorage) and sent to the base URL above. Closing the tab clears it.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | no | Free-text search over title and summary. |
folder_id | string | no | |
feed_id | string | no | |
since | string | no | ISO date, or relative like “7d” or “24h”. |
until | string | no | ISO date, or relative like “7d”. |
favorites_only | boolean | no | |
unread_only | boolean | no | |
limit | integer | no | Default 20, max 50. |
cursor | string | no | next_cursor from a previous call. |
Responses
Section titled “Responses”| Status | Meaning |
|---|---|
200 | Search articles |
400 | Invalid or missing parameters. |
401 | Missing or invalid API key. |
403 | The key lacks the “articles:read” scope. |
429 | Rate limit exceeded. See Retry-After. |
Requires the articles:read scope.