Export reports for a specified tenant into CSV file.

This API is used to export user activity reports. and returns CSV file as Response. This API is designed as synchronous API.

Entitlements required: read or manage reports.

Path Params
string
required

Name of the report to export into CSV file. Report names for exporting user activities is user_activity_csv. This is a Synchronous API

Body Params

Report parameters:

default value for all these filters is ""*""
NOTE: FROM and TO parameters must be supplied always through request. No default values provided and should be in epoch timestamp format

Report NameOptional FiltersSample Request Payload
user_activity_csvRESULT, PERFORMED_BY_USERNAME, CLIENT_IP, EVENT_TYPE, COUNTRY_NAME, COUNTRY_CODE{
"USERID":"60000076X0",
"FROM":"1690952400000",
"TO":"1693586702789"
}

Responses
200

Success

400

Bad Request.

Language
URL