Skip to content
Live demo

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.

GET/folders
Runs against the demo workspace

This endpoint takes no parameters.

StatusMeaning
200List folders
400Invalid or missing parameters.
401Missing or invalid API key.
403The key lacks the “workspace:read” scope.
429Rate limit exceeded. See Retry-After.

Requires the workspace:read scope.