GET /folders
Every folder, with its parent folder, feed count and unread count. Use this to describe how the workspace is organised, or to find a folder id before filtering or writing. Cheap; returns no article content.
Held in this tab only (sessionStorage) and sent to the base URL above. Closing the tab clears it.
Parameters
Section titled “Parameters”This endpoint takes no parameters.
Responses
Section titled “Responses”| Status | Meaning |
|---|---|
200 | List folders |
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.