latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

Reporting

Retrieve monthly user activity summary for an account

Query monthly user activity (automator events) for an account. Returns each user's total edit count for the specified month across all workspaces in the account.

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

Path parameters

account_idstring required

Account ID to filter by

Query parameters

monthinteger

Month to query. Defaults to current month.

yearinteger

Year to query. Defaults to current year.

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

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