latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

Reporting

Retrieve user activity summary for a workspace

Query user activity (automator events) for a workspace within a time range. Returns each user's total edit count based on automator event criteria.

get/workspaces/{workspace_id}/reports/userActivity

Path parameters

workspace_idstring required

Workspace ID to filter by

Query parameters

start_timeinteger

Start time of the activity data, in epoch milliseconds.

end_timeinteger

End time of the activity data, in epoch milliseconds.

limitinteger

Maximum number of users to return per page.

cursorstring

Cursor for pagination. Pass the cursor from a previous response to get the next page.

Response

User activity summary for the specified workspace

workspace_idstring

Id of the associated workspace for this summary

interval_startinteger

Starting time of the interval in epoch milliseconds

interval_endinteger

Ending time of the interval in epoch milliseconds

cursorstring

Cursor for fetching the next page of results. Null if no more results.