Reporting

Retrieve annual user activity summary for an account

Query annual user activity (automator events) for an account. Returns user activity counts for a 12-month period starting from the specified month and year across all workspaces in the account.

get/accounts/{account_id}/reports/userActivity/annualSummary

Path parameters

account_idstring required

Account 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 account

account_idstring

Id of the associated account 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.

Changes

No recorded changes to this endpoint across all 13 revisions of this API.