Skip to main content
GET
/
api
/
v1
/
dashboard
/
stats
Dashboard Stats
curl --request GET \
  --url https://api.example.com/api/v1/dashboard/stats
{
  "total_projects": 3,
  "switches_today": 2,
  "skills_executed": 5,
  "tools_connected": 1
}
{
  "total_projects": 3,
  "switches_today": 2,
  "skills_executed": 5,
  "tools_connected": 1
}
total_projects
integer
Total de proyectos activos en la organización.
switches_today
integer
Context switches ejecutados hoy (desde medianoche UTC).
skills_executed
integer
Skills individuales ejecutados en los últimos 7 días.
tools_connected
integer
Herramientas CLI únicas con conexión exitosa.