---
title: "Get agency summary"
method: GET
path: "/botMetric/agencySummary"
tags: ["BotMetric"]
---

# Get agency summary

`GET /botMetric/agencySummary`

## Query parameters

- `sourceId` string

## Response `200`

Success

- AgencyDashboardSummaryResponse
  - `currentMonthMessageCount` integer — The number of messages sent to leads in the current month
  - `lastMonthMessageCount` integer — The number of messages sent to leads in the last month
  - `totalStorage` number, double — The total storage used by the agency
  - `currentMonthSuccessfulBookings` integer — The number of successful bookings in the current month
  - `lastMonthSuccessfulBookings` integer — The number of successful bookings in the last month
  - `currentMonthActiveSources` integer — The number of active sources in the current month
  - `lastMonthActiveSources` integer — The number of active sources in the last month
  - `currentUsers` integer — The number of users in the current month
  - `currentMonthContacts` integer — The number of leads in the current month
  - `lastMonthContacts` integer — The number of leads in the last month
  - `currentMonthRespondedContacts` integer — Distinct leads who sent at least one inbound message this month
  - `currentMonthFollowUpsFromNoResponse` integer — Current-month contacts with no response that have a follow-up scheduled
  - `currentMonthFollowUpsFromResponded` integer — Current-month contacts that responded (no booking) with a follow-up scheduled

---

[API](https://skmtc.dev/closebot/apis/closebot-api.md) · [All operations](https://skmtc.dev/closebot/apis/closebot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/closebot/closebot-api/revisions/da5f5fb58534/schema)
