Atlas
  1. Statistics
Atlas
  • Voice AI
    • Welcome to Atlas!
    • Account Setup
    • Create your first campaign
    • Knowledge
    • Edit Script
    • Advanced Script Options
    • Phone number integration
    • Twilio Integration
    • Call Forwarding
    • Calendar Integration
    • SMS Integration
    • Campaign Details
    • Add Contacts
    • Call Records
    • Account
    • Call Scheduling
    • Testing your outbound campaign
    • Clone Campaign
    • General Walkthrought
    • Calls Enrichment
      • Enriching Calls with External CRM and Data Sources
      • Go High Level - Call Enrichment
      • Pipedrive - Call Enrichment
      • Shopify - Call Enrichment
      • Monday - Call Enrichment
      • Hubspot - Call Enrichment
    • Campaigns
      • Create Campaign
      • Campaigns
    • Integrations
      • Zapier
      • Make
      • Keragon
      • Go High Level
        • Download Atlas App in GHL App Marketplace
        • Import the Atlas Snapshot
        • Triggers and Actions
        • Workflows
          • Workflow 01 - Lead form Submitted Website
          • Workflow 02 - CALL Lead from Website form
          • Workflow 03 - CALL Lead from Meta
          • Workflow 04 - Summary and Recording to Conversations
    • Phone Systems Integrations
      • Dialpad Integration
  • TV Ads
    • Atlas Pixel Tracker
  • API Reference
    • API Keys
    • Campaigns
      • Get all campaigns
      • Get campaign by ID
    • Statistics
      • Get call records
        GET
      • Get all campaigns overview statistics
        GET
      • Get campaign statistics
        GET
  • Schemas
    • CampaignRow
    • Voice
    • AgentRow
    • Statistics
    • CreateAgentRequest
    • UpdateAgentRequest
    • TotalStatistics
    • CallStatistics
    • Template
    • SavedAgent
    • CallHistoryResponse
    • Error
    • CallHistoryEntry
  1. Statistics

Get campaign statistics

GET
/call/stats/{id}
Returns statistics for a specific campaign

Request

Authorization
API Key
Add parameter in header
api-key
Example:
api-key: ********************
or
Path Params

Responses

🟢200
application/json
Successful response
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/call/stats/' \
--header 'api-key: <api-key>'
Response Response Example
{
    "totals": {
        "calls": 0,
        "pastWeekCalls": 0,
        "callsDifference": 0,
        "connectionRate": 0,
        "pastWeekConnectionRate": 0,
        "connectionRateDifference": 0,
        "percentageComplete": 0,
        "pastWeekPercentageComplete": 0,
        "percentageCompleteDifference": 0,
        "successCalls": 0,
        "pastWeekSuccessCalls": 0,
        "transfersMade": 0,
        "pastWeekTransfersMade": 0,
        "bookingsMade": 0,
        "durationMs": 0
    }
}
Modified at 2025-12-29 23:44:15
Previous
Get all campaigns overview statistics
Next
CampaignRow
Built with