Totals
Analytics
Totals
Get aggregated analytics totals for a date range
GET
Totals
Returns a single object with totals across the entire requested date range — conversations, replies sent, positive leads, meetings booked, speed-to-lead averages, and a category breakdown. Conversations are deduplicated by thread so each unique conversation is counted once. Speed metrics use all replies (not deduplicated).Documentation Index
Fetch the complete documentation index at: https://docs.replyify.ai/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Start of date range in
YYYY-MM-DD formatEnd of date range in
YYYY-MM-DD formatFilter to a specific client UUID
Examples
Response Example
Response Fields
| Field | Type | Description |
|---|---|---|
start_date | string | Start of the queried range |
end_date | string | End of the queried range |
total_replies | number | Raw inbound reply count (not deduplicated) |
conversations | number | Unique conversations (deduplicated by thread) |
sent | number | Responses sent or handled |
positive | number | Interested / positive leads |
meetings_booked | number | Replies categorized as “meeting-booked” |
booking_rate | number | Percentage of positive replies that booked a meeting |
avg_reply_speed_minutes | number | null | Average time to reply (all replies) |
avg_auto_reply_speed_minutes | number | null | Average time for automated replies |
avg_manual_reply_speed_minutes | number | null | Average time for manual replies |
category_breakdown | array | Count per category, sorted by count descending |