Skip to content
Live demo

GET /workspace

Overview of the whole workspace: how many folders, feeds and articles there are, how much is unread, which folders and feeds are busiest, and which feeds are failing. Call this first for any question about the size, shape or health of the workspace — it answers “how many feeds do I have” completely, so no follow-up calls are needed.

GET/workspace
Runs against the demo workspace

This endpoint takes no parameters.

StatusMeaning
200Get workspace info
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.