Skip to main content
POST
/
v3
/
reporting
/
team-performance
/
meetings
List meetings
curl --request POST \
  --url https://api.reply.io/v3/reporting/team-performance/meetings \
  --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
    ]
  }
}
'
{
  "items": [
    {
      "userId": 123,
      "source": "unspecified",
      "contactFullName": "<string>",
      "sequenceName": "<string>",
      "bookedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "hasMore": true
}

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.

Query Parameters

top
integer

Number of records to return (page size)

Required range: x >= 1
skip
integer

Number of records to skip

Required range: x >= 0

Body

application/json
filters
Team Performance Reporting Filters · object
required

Filters specific to team performance reporting endpoints

Response

Meetings list retrieved successfully

items
Meeting List Item · object[]
hasMore
boolean

Indicates if there are more items to fetch