Skip to main content
POST
/
v3
/
reporting
/
team-performance
/
overview
Get team performance overview
curl --request POST \
  --url https://api.reply.io/v3/reporting/team-performance/overview \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "filters": {
    "from": "2026-01-01T00:00:00Z",
    "to": "2026-03-01T00:00:00Z",
    "dateRangePreset": "lastWeek",
    "teamIds": [
      123
    ],
    "userIds": [
      123
    ],
    "contactListIds": [
      123
    ],
    "emailValidationStatuses": [
      "requiresValidation"
    ],
    "companies": [
      "<string>"
    ],
    "companySizes": [
      "empty"
    ],
    "industries": [
      "<string>"
    ],
    "cities": [
      "<string>"
    ],
    "states": [
      "<string>"
    ],
    "countries": [
      "<string>"
    ],
    "titles": [
      "<string>"
    ],
    "sequenceIds": [
      123
    ],
    "includeOutOfSequence": false,
    "emailProviders": [
      "none"
    ],
    "emailAccountIds": [
      123
    ]
  }
}
'
{
  "meetings": 123,
  "contacted": 123,
  "meetingConversionPercentage": 123,
  "touchesPerContact": 123,
  "autoTouchesPerContact": 123,
  "manualTouchesPerContact": 123,
  "averageResponseTimePerContact": 123,
  "memberStatistics": [
    {
      "userId": 123,
      "meetings": 123,
      "contacted": 123,
      "conversionPercentage": 123,
      "touches": 123,
      "autoTouches": 123,
      "manualTouches": 123,
      "responseTime": 123,
      "responseRate": "Slow"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.reply.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate every request with a Bearer token. Pass your Reply API key in the Authorization header:

Authorization: Bearer <your-api-key>

Get your API key from the Reply dashboard: Settings → API Key.

Body

application/json
filters
Team Performance Reporting Filters · object
required

Filters specific to team performance reporting endpoints

Response

Team performance overview retrieved successfully

Team performance metrics including meetings, contacts, and engagement rates

meetings
integer

Total number of meetings booked

contacted
integer

Total number of contacts engaged

meetingConversionPercentage
number<double>

Meeting conversion rate as a percentage (0–100)

touchesPerContact
number<double>

Average total touches per contact

autoTouchesPerContact
number<double>

Average automated touches per contact

manualTouchesPerContact
number<double>

Average manual touches per contact

averageResponseTimePerContact
integer

Average response time per contact in seconds

memberStatistics
object[]

Per-member performance breakdown