Skip to content

GET/v1/reports/outbound/summary

Outbound aggregate KPIs

Workspace outbound call summary for the selected date/time window, outbound queues, and agents. Aligned with legacy `GET /api/v1/metrics/outbound/summary`. Response uses **snake_case** and omits recording fields. Private upstream path: `/v1/reports/outbound/summary`.

Parameters 7

NameTypeDescription
from_daterequiredquery · stringStart date (DD-MM-YYYY).
to_daterequiredquery · stringEnd date (DD-MM-YYYY).
from_timequery · stringStart time (HH-MM-SS). Defaults to start of day.

Bearer token required

Response examples

200OK

application/json example derived from schema

{
  "success_code": "OK",
  "message": "OK",
  "details": {},
  "data": {
    "total": 0,
    "answered": 0,
    "unanswered": 0
  }
}
400Bad Request

application/json example derived from schema

{
  "error_code": "VALIDATION_ERROR",
  "message": "string",
  "details": {}
}