latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

Reporting

Retrieve annual user activity summary for a workspace

Query annual user activity (automator events) for a workspace. Returns user activity counts for a 12-month period starting from the specified month and year.

get/workspaces/{workspace_id}/reports/userActivity/annualSummary

Path parameters

workspace_idstring required

Workspace ID to filter by

Query parameters

yearinteger

Starting year for the 12-month period. Defaults to current year.

monthinteger

Starting month for the 12-month period (1-12). Defaults to January (1). For example, month=6 with year=2025 returns data from June 2025 through May 2026.

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

Annual 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.