Export reports for a specified tenant into CSV file.

This synchronous API exports user activity and returns a CSV file as the response.

Entitlements required: read or manage reports.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests

LoadingLoading

Path Params
string
enum
required

Name of the report to export into CSV file. The report name for exporting user activities is user_activity_csv.

Allowed:
Body Params

Report parameters:

The default value for the optional 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
LoadingLoading