GET
https://stoplight.io/mocks/replyteam/reply/765516802
/
statistics
/
sequences
/
{sequenceId}
/
steps
curl --request GET \
  --url https://stoplight.io/mocks/replyteam/reply/765516802/statistics/sequences/{sequenceId}/steps
[
  {
    "stepId": 1,
    "stepNumber": 1,
    "type": "email",
    "contactedPeople": 50,
    "repliedPeople": 10,
    "interestedPeople": 2,
    "deliveryRate": 96,
    "openRate": 50,
    "replyRate": 10,
    "interestedRate": 2,
    "channelStats": {
      "sent": 50,
      "opened": 25,
      "replied": 5,
      "bounced": 2,
      "clicked": 3,
      "optedOut": 3
    }
  }
]

Path Parameters

sequenceId
integer
required

The ID of the sequence

Response

200 - application/json

Successful response

The response is of type object[].