GET /feeds
Feed sources with their folder, recent volume, unread count, last fetch time and last error. Includes both RSS feeds and scraped sites. Use it to answer “what am I subscribed to” or to find a feed id.
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 |
|---|---|---|---|
folder_id | string | no | Restrict to one folder, e.g. “fld_abc123”. |
limit | integer | no | Default 100, max 200. |
Responses
Section titled “Responses”| Status | Meaning |
|---|---|
200 | List feeds |
400 | Invalid or missing parameters. |
401 | Missing or invalid API key. |
403 | The key lacks the “workspace:read” scope. |
429 | Rate limit exceeded. See Retry-After. |
Requires the workspace:read scope.