Skip to main content
POST
/
reporting
/
tasks
/
overview
Get tasks reporting overview
curl --request POST \
  --url https://api.reply.io/v3/reporting/tasks/overview \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --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"
    ],
    "taskStatuses": [
      "Created"
    ],
    "taskTypes": [
      "ToDo"
    ]
  }
}
'
{
  "totalTasks": 123,
  "callTasks": {
    "count": 123,
    "percentage": 123
  },
  "emailTasks": {
    "count": 123,
    "percentage": 123
  },
  "linkedInTasks": {
    "count": 123,
    "percentage": 123
  },
  "meetingsBooked": {
    "count": 123,
    "percentage": 123
  },
  "smsTasks": {
    "count": 123,
    "percentage": 123
  },
  "toDoTasks": {
    "count": 123,
    "percentage": 123
  },
  "whatsAppTasks": {
    "count": 123,
    "percentage": 123
  },
  "memberStatistics": [
    {
      "userId": 123,
      "totalTasks": 123,
      "callTasks": 123,
      "emailTasks": 123,
      "linkedInTasks": 123,
      "meetingsBooked": 123,
      "smsTasks": 123,
      "toDoTasks": 123,
      "whatsAppTasks": 123
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Body

application/json
filters
Tasks Reporting Filters · object
required

Filters specific to task reporting endpoints

Response

Tasks overview retrieved successfully

Aggregated task statistics broken down by type, with per-member breakdown

totalTasks
integer

Total number of tasks

callTasks
Task Info · object

Count and percentage for a specific task type

emailTasks
Task Info · object

Count and percentage for a specific task type

linkedInTasks
Task Info · object

Count and percentage for a specific task type

meetingsBooked
Task Info · object

Count and percentage for a specific task type

smsTasks
Task Info · object

Count and percentage for a specific task type

toDoTasks
Task Info · object

Count and percentage for a specific task type

whatsAppTasks
Task Info · object

Count and percentage for a specific task type

memberStatistics
object[]

Per-member task statistics breakdown