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