Skip to main content
GET
/
v1
/
analytics
/
sessions
/
volume-timeseries
New-session counts bucketed over time, split by channel
curl --request GET \
  --url https://api-sandbox.featherhq.com/v1/analytics/sessions/volume-timeseries \
  --header 'x-api-key: <api-key>'
[
  {
    "time_bucket": "2023-11-07T05:31:56Z",
    "channel": "<string>",
    "sessions_created": 123
  }
]

Authorizations

x-api-key
string
header
required

Query Parameters

granularity
string
default:hour
Pattern: ^(minute|hour|day|week)$
channel
string | null
status
string | null
priority
string | null
start_date
string<date>
required
end_date
string<date>
required

Response

Successful Response

time_bucket
string<date-time>
required
channel
string
required
sessions_created
integer
required