Daily Breakdown
Analytics
Daily Breakdown
Get day-by-day analytics for a date range
GET
Daily Breakdown
Returns an array of objects — one per day in the requested range — with conversations, reply counts, speed-to-lead metrics, and category breakdowns. 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 |
|---|---|---|
date | string | The date (YYYY-MM-DD) |
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 for that day |