v1
latestOpenAPI 3.0.02026-07-23620132.5 KBGet organization analytics
Gets analytics data for the specified organization. This feature is available only for organizations with the Enterprise plan. You can get analytics data only for organizations where you have the "Owner" organization role. Otherwise, you get the 403 error.
The data entries in the response are sorted by the amount of operations used by a scenario in ascending order. Specify different sorting with the sortBy parameter. You can use query parameters (like timeframe[dateFrom], timeframe[dateTo] or teamId) to refine the results and pagination to navigate through a large number of entries.
Make keeps the analytics data for a maximum of 30 days for non-Enterprise plans and 60 days for Enterprise plans. The default time frame reflects the maximum available for your plan.
Path parameters
The ID of the organization.
Query parameters
IDs of the teams for which you want to get the analytics data.
IDs of the scenario folders for which you want to get the analytics data.
You can use the status parameter to get analytics data about scenarios with specific scenario statuses. The available scenario statuses are:
- active: scenario is enabled
- inactive: scenario is disabled
- invalid: scenario is disabled due to errors
Use the timeframe[dateFrom] parameter to get analytics data from the specified date. Specify the date and time in the ISO 8601 compliant format.
The default is the date since one year from today. You can't use a date older than a year from today.
Use the timeframe[dateTo] parameter to get analytics data until the specified date. Specify the date and time in the ISO 8601 compliant format.
The default is to get data until today.
The number of entities you want to skip before getting entities you want.
The maximum number of entities you want to get in the response.
The last retrieved key. In response, you get only entries that follow after the key.
Specify which property Make will use to sort the analytics entries in the response. The default is operations.
The sorting order. It accepts the ascending and descending direction specifiers.
Set to true to get also the total number of analytics entries in the response.
Response
Analytics entries for the specified organization.