Skip to content
Select themeSelect language

`GET /api/hub/summary` — the Build-hub tab-rail per-kind totals for the active workspace (one round-trip; replaces the FE's four list-length over-fetches).

GET
/api/hub/summary
curl --request GET \
--url https://example.com/api/hub/summary
Media typeapplication/json

GET /api/hub/summary body — per-kind totals for the Build hub tab-rail.

object
apps
required
integer format: int64
schedules
required
integer format: int64
scripts
required
integer format: int64
workflows
required
integer format: int64
Examplegenerated
{
"apps": 1,
"schedules": 1,
"scripts": 1,
"workflows": 1
}