Skip to main content
GET
/
v1
/
metrics
/
summary
Get Metrics Summary
curl --request GET \
  --url https://api.example.com/v1/metrics/summary
{
  "data": {
    "alerts": {
      "total": 123,
      "active": 123,
      "by_severity": {},
      "by_status": {},
      "by_source": {},
      "enrichment_coverage": 123,
      "mean_time_to_enrich_seconds": 123,
      "false_positive_rate": 123,
      "mttd_seconds": 123,
      "mtta_seconds": 123,
      "mttt_seconds": 123,
      "mttc_seconds": 123
    },
    "workflows": {
      "total_configured": 123,
      "executions": 123,
      "success_rate": 123,
      "estimated_time_saved_hours": 123
    },
    "approvals": {
      "pending": 123,
      "approved_last_30_days": 123,
      "approval_rate": 123,
      "median_response_time_minutes": 123
    },
    "platform": {
      "context_documents": 123,
      "detection_rules": 123,
      "enrichment_providers": 123,
      "enrichment_providers_by_indicator_type": {},
      "agents": 123,
      "workflows": 123,
      "indicator_mappings": 123
    },
    "period": "last_30_days",
    "queue": {
      "queues": [
        {
          "queue": "<string>",
          "pending": 123,
          "in_progress": 123,
          "succeeded_30d": 123,
          "failed_30d": 123,
          "avg_duration_seconds": 123,
          "oldest_pending_age_seconds": 123
        }
      ],
      "total_pending": 123,
      "total_in_progress": 123,
      "total_failed_30d": 123,
      "total_succeeded_30d": 123,
      "oldest_pending_age_seconds": 123
    }
  },
  "meta": {}
}

Response

200 - application/json

Successful Response

data
MetricsSummaryResponse · object
required
meta
Meta · object