latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

Report

Query per-user activity breakdown for an account

Retrieve per-user activity counts for an account, broken down by category (test_authoring, test_maintenance, data_setup, plans_orchestration, configuration). Only accessible by company admins.

Scope: this endpoint reports automation engineering activity (what users build, maintain, and configure). Test execution events (ad-hoc test runs, plan runs, results analysis) are not currently surfaced and may be added in a future version.

Retention: the underlying activity log retains 400 days of data. The maximum supported window is 365 days; older queries return partial data.

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

Path parameters

account_idstring required

Account ID to query

Query parameters

start_timeinteger

Start of the query range in epoch milliseconds. Defaults to 30 days ago.

end_timeinteger

End of the query range in epoch milliseconds. Defaults to now.

workspace_idstring

Optional workspace ID to scope results to a single workspace within the account

Response

Per-user activity breakdown for the account

account_idstring

The account ID

interval_startinteger

Start of the query time range in epoch milliseconds

interval_endinteger

End of the query time range in epoch milliseconds