Skip to main content
POST
Get Activity Timeline

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Body

application/json

Query params for POST /interaction/activity-timeline (body).

hours
integer
default:24

Rolling window in hours (default 24, max 7d).

Required range: 1 <= x <= 168
bucket_minutes
integer
default:15

Histogram bin width in minutes (default 15).

Required range: 1 <= x <= 60

Response

Successful Response

start
string
required

Range start (ISO-8601 UTC).

end
string
required

Range end (ISO-8601 UTC).

bucket_minutes
integer
required
series
ActivityTimelineBucket · object[]