GET
https://stoplight.io/mocks/replyteam/reply/765516802
/
statistics
/
sequences
/
{sequenceId}
/
contacts
curl --request GET \
  --url https://stoplight.io/mocks/replyteam/reply/765516802/statistics/sequences/{sequenceId}/contacts
[
  {
    "contactId": 1111,
    "email": "john.doe@example.com",
    "fullName": "John Doe",
    "isBlocked": false,
    "isOptedOut": false,
    "status": "Active",
    "secondaryStatuses": [
      "Opened",
      "Replied",
      "Clicked"
    ],
    "lastInteractionChannel": "LinkedIn",
    "lastInteractionDate": 1678899000,
    "currentStep": 3,
    "inboxCategory": "Primary",
    "emailStats": {
      "sent": 3,
      "opened": 2,
      "replied": 1,
      "bounced": 0,
      "clicked": 1,
      "optedOut": 0
    },
    "linkedInStats": {
      "connectionsSent": 1,
      "connectionsAccepted": 1,
      "messagesSent": 2,
      "repliedMessages": 1
    },
    "smsStats": {
      "sentSms": 0,
      "repliedSms": 0
    },
    "callStats": {
      "initiatedCalls": 0,
      "connectedCalls": 0
    },
    "whatsAppStats": {
      "sent": 0
    },
    "taskStats": {
      "created": 0,
      "completed": 0
    }
  }
]

Path Parameters

sequenceId
integer
required

The ID of the sequence

Query Parameters

channels
enum<string>[]

If no channels are specified, only high-level statistics will be returned. When one or more channels are provided, the response will include detailed statistics for those specific channels in addition to the high-level metrics.

Response

200 - application/json

Successful response

The response is of type object[].