The [GetAuditLog] asynchronous implementation. Use this function to download a large amounts of data. Take a look at the [GetHistoryReports] and [DownloadHistoryReport] functions for downloading details.
Allowed roles: Owner.
Example request: Get the three log items from the 2018-02-01 00:00:00 to the 2018-03-01 00:00:00 and filter.
The UTC ‘from’ date filter in 24-h format: YYYY-MM-DD HH:mm:ss
The UTC ‘to’ date filter in 24-h format: YYYY-MM-DD HH:mm:ss
The audit history ID list separated by semicolons (;)
The IP list separated by semicolons (;) to filter
The function list separated by semicolons (;) to filter
A relation ID to filter (for example: a phone_number value, a user_id value, an application_id value)
Whether to get a CSV file with the column names if the output=csv
The output format. The following values available: csv. The default value is csv
Voximplant Management API uses signed JWT tokens generated from your service-account private key. Pass the token in the Authorization header as a Bearer value:
See Authorization for ready-to-copy snippets in bash, Python, Node.js and Go that turn your credentials.json into a token.