/
OP
openreplay
/
FastAPI
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v8
OpenAPI 3.1.0
2026-08-02
220
115
153.1 KB
assist-stats
Get Assist Stats Sessions
post
/{projectId}/assist-stats/sessions
Path parameters
projectId
integer
required
Request body
AssistStatsSessionsRequest
required
startTimestamp
integer
required
endTimestamp
integer
required
limit
integer
nullable
page
integer
nullable
sort
'timestamp'
|
'assist_duration'
|
'call_duration'
|
'control_duration'
order
'asc'
|
'desc'
userId
integer
nullable
Response
Successful Response
AssistStatsSessionsResponse
required
total
integer
required
page
integer
required
list
AssistStatsSession[]