Skip to main content
GET
Get Activity Timeline

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null
X-API-Key
string | null

Path Parameters

experiment_id
string<uuid>
required

Response

Successful Response

Adaptive vote-over-time series: window and resolution chosen from the real data span.

bucket_seconds is the chosen resolution; start/end are the window bounds (epoch ms, UTC, snapped to bucket boundaries); ongoing is true when the last vote is recent (the series runs to now) and false when voting has stopped. points holds only non-empty buckets; the client zero-fills the rest.

bucket_seconds
integer
required
end
integer
required
ongoing
boolean
required
start
integer
required
points
ActivityTimelineBucketResponse · object[]