Event Breakdown
Top Events
Get a list of the most common events over the last 31 days. The Query API has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries.
get/events/names
Query parameters
project_idinteger required
Required if using service account to authenticate request.
workspace_idinteger
The id of the workspace if applicable.
type'general' | 'unique' | 'average' required
The analysis type you would like to get data for - such as general, unique, or average events. Valid values: "general", "unique", or "average".
limitinteger
The maximum number of values to return. Defaults to 255.
Response
Success.
string[] required
List of names in descending alphabetical order.
Example response
[ "Viewed page" ]