Skip to main content
GET
/
statistics
/
sequences
/
{sequenceId}
/
Email
Sequence (Email)
curl --request GET \
  --url https://api.reply.io/v3/statistics/sequences/{sequenceId}/Email \
  --header 'X-API-Key: <api-key>'
{
  "sent": 1000,
  "delivered": 980,
  "opened": 450,
  "clicked": 120,
  "replied": 45,
  "bounced": 20,
  "optedOut": 5,
  "openRate": 45.9,
  "clickRate": 12.2,
  "replyRate": 4.6,
  "bounceRate": 2,
  "optOutRate": 0.5,
  "interested": 150,
  "interestRate": 15.3
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Path Parameters

sequenceId
integer
required

The ID of the sequence

Response

200 - application/json

Successful response

sent
integer

Total number of emails sent in the sequence

delivered
integer

Number of successfully delivered emails

opened
integer

Number of emails opened

clicked
integer

Number of emails with clicked links

replied
integer

Number of emails that received replies

bounced
integer

Number of bounced emails

optedOut
integer

Number of recipients who opted out from the sequence

openRate
number<float>

Percentage of opened emails

clickRate
number<float>

Percentage of emails with clicks

replyRate
number<float>

Percentage of emails that received replies

bounceRate
number<float>

Percentage of bounced emails

optOutRate
number<float>

Percentage of recipients who opted out

interested
integer

Number of recipients who showed interest

interestRate
number<float>

Percentage of recipients who showed interest