Skip to main content
GET
/
v1
/
analytics
/
sessions
/
message-distribution
Histogram of message count per session
curl --request GET \
  --url https://api-sandbox.featherhq.com/v1/analytics/sessions/message-distribution \
  --header 'x-api-key: <api-key>'
[
  {
    "bucket_index": 123,
    "bucket": "<string>",
    "session_count": 123,
    "percentage": 123
  }
]

Authorizations

x-api-key
string
header
required

Query Parameters

channel
string | null
status
string | null
start_date
string<date>
required
end_date
string<date>
required

Response

Successful Response

bucket_index
integer
required
bucket
string
required
session_count
integer
required
percentage
number
required