Skip to main content
POST
/
v3
/
sequences
/
stats
Get stats for all sequences
curl --request POST \
  --url https://api.reply.io/v3/sequences/stats \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "filters": {
    "from": "2023-11-07T05:31:56Z",
    "to": "2023-11-07T05:31:56Z",
    "dateRangePreset": "LastWeek",
    "userIds": [
      123
    ]
  }
}
'
[
  {
    "sequenceId": 123,
    "name": "<string>",
    "status": "New",
    "emailOverview": {
      "contacted": 123,
      "delivered": 123,
      "opened": 123,
      "replied": 123,
      "interested": 123,
      "notReached": 123,
      "optedOut": 123,
      "outOfOffice": 123,
      "bounced": 123,
      "autoReplied": 123,
      "meetingsBooked": 123,
      "deliveredPercentage": 123,
      "openedPercentage": 123,
      "repliedPercentage": 123,
      "interestedPercentage": 123,
      "notReachedPercentage": 123,
      "optedOutPercentage": 123,
      "outOfOfficePercentage": 123,
      "bouncedPercentage": 123,
      "autoRepliedPercentage": 123,
      "meetingsBookedPercentage": 123
    },
    "linkedInOverview": {
      "connectionsSent": 123,
      "connectionsAccepted": 123,
      "connectionsAcceptedPercentage": 123,
      "messagesSent": 123,
      "replied": 123,
      "repliedPercentage": 123,
      "inMailsSent": 123,
      "inMailsReplied": 123,
      "inMailsRepliedPercentage": 123,
      "connectionNotesSent": 123,
      "connectionNotesReplied": 123,
      "connectionNotesRepliedPercentage": 123,
      "profileViews": 123,
      "likes": 123,
      "follows": 123,
      "endorses": 123,
      "regularMessagesSent": 123,
      "regularMessagesReplied": 123,
      "regularMessagesRepliedPercentage": 123
    }
  }
]

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Body

application/json
filters
object

Date range filters for sequence stats list.

Restrictions: Date range is limited to one month maximum.

  • dateRangePreset must be LastWeek or LastMonth. LastYear and AllTime are rejected.
  • When using from/to, the span must not exceed 31 days.
  • from must be within the last 31 days from the current date.

Response

Sequence stats list retrieved successfully

sequenceId
integer

Sequence ID

name
string

Sequence name

status
enum<string>

Current sequence status

Available options:
New,
Active,
Paused,
Archived
emailOverview
Sequence Email Overview · object

Email engagement metrics for a sequence

linkedInOverview
Sequence LinkedIn Overview · object

LinkedIn engagement metrics for a sequence