Start a new export job and download the .CSV file
Start a new event log export job and download the exported .CSV file.
Example: POST a request to start a new export |
---|
Request URL: POST
https://api.{region}.alida.com/v2/applications/{communityApiKeyName}/auditlogs/exports Response content:
|
Use the
id
value from the response as the job ID when requesting
the details for the new export job.
Example: GET the details for the new export job |
---|
Request URL: GET
https://api.{region}.alida.com/v2/applications/{communityApiKeyName}/auditlogs/exports/861d2c08-8a09-1a99-bcdd-8faa3a698203 Response content:
|
Use the
data
value from the response as the GET URL to request
the temporary URL of the export .CSV file..
Example: Get the temporary URL of the export .CSV file |
---|
Request URL: GET
https://api.{region}.alida.com/v2/applications/{communityApiKeyName}/auditlogs/exports/861d2c08-8a09-1a99-bcdd-8faa3a698203/downloadfile Response content:
|
Use the returned value of the
url
field to download the .CSV file for the export. The
URL includes the authentication information to download the file directly using
the link. The link expires after 30 seconds.