Get Watch Activity for User
GET
/v1/watch_activity
Parameters
Query Parameters
limit
Limit - Defaults at 500
Type
integer
offset
Offset
Type
integer
start_time
Start time in RFC3339 format
Type
string
Example
"2026-03-13T10:20:30Z"end_time
End time in RFC3339 format
Type
string
Example
"2026-03-13T10:20:30Z"Responses
OK
application/json
JSON "data": { "limit": 0, "offset": 0, "total_records": 0, "watch_activity": [ ] }, "status": "success"
{
}