Appearance
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
| Name | Type | Description |
|---|---|---|
from_daterequired | query · string | Start date (DD-MM-YYYY). |
to_daterequired | query · string | End date (DD-MM-YYYY). |
from_time | query · string | Start time (HH-MM-SS). Defaults to start of day. |
Bearer token required
Response examples
200OK
{
"success_code": "OK",
"message": "OK",
"details": {},
"data": {
"total": 0,
"answered": 0,
"unanswered": 0
}
}400Bad Request
{
"error_code": "VALIDATION_ERROR",
"message": "string",
"details": {}
}