GET
https://stoplight.io/mocks/replyteam/reply/765516802
/
statistics
/
sequences
/
{sequenceId}
/
Call
curl --request GET \
  --url https://stoplight.io/mocks/replyteam/reply/765516802/statistics/sequences/{sequenceId}/Call
{
  "totalCalls": 123,
  "completedCalls": 123,
  "missedCalls": 123,
  "averageCallDuration": 123,
  "callsByDay": [
    {
      "date": "2023-12-25",
      "count": 123
    }
  ],
  "callOutcomes": {
    "successful": 123,
    "noAnswer": 123,
    "busy": 123,
    "wrongNumber": 123
  }
}

Path Parameters

sequenceId
integer
required

The ID of the sequence

Response

200 - application/json

Successful response

The response is of type object.