---
title: "Full dashboard data"
method: GET
path: "/analytics/dashboard"
tags: ["Analytics"]
---

# Full dashboard data

`GET /analytics/dashboard`

Batched endpoint that fetches all dashboard panels in a single request by running six sub-queries in parallel. Equivalent to calling `summary`, `call-volume-timeseries`, `call-outcomes-timeseries`, `pickup-rate-by-number`, `hourly-performance`, and `duration-stats` individually. Each field may be absent if that sub-query failed; partial data is still returned.

## Query parameters

- `agentId` string
- `campaignId` string
- `callType` string
- `dateFrom` string, date-time
- `dateTo` string, date-time

## Response `200`

All dashboard panel data

- object
  - `success` boolean
  - `data` object
    - `summary` object — See GET /analytics/summary
    - `callVolumeTimeseries` object — See GET /analytics/call-volume-timeseries
    - `callOutcomesTimeseries` object — See GET /analytics/call-outcomes-timeseries
    - `pickupRateByNumber` object — See GET /analytics/pickup-rate-by-number
    - `hourlyPerformance` object — See GET /analytics/hourly-performance
    - `durationStats` object — See GET /analytics/duration-stats

## Other responses

- `400` — Invalid input
- `401` — Unauthorized access
- `500` — Internal server error

---

[API](https://skmtc.net/smallest-inc/apis/agent-management-api.md) · [All operations](https://skmtc.net/smallest-inc/apis/agent-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smallest-inc/agent-management-api/versions/6d1036a76fbc/schema)
