Retrieve the temporary download link for the event log export .CSV file.
Resource URL
/v2/applications/{communityApiKeyName}/auditlogs/exports{jobid}/downloadfile
Note: You must use a regional endpoint when making requests to this
endpoint. For details about the available region endpoints, see
Shared responsibility.
Available methods
| Method | Description |
|---|---|
| GET | Returns a temporary download link. |
Available Fields
| Field | Description |
|---|---|
url
|
The URL for the exported
.CSV file. The URL includes the necessary
authorization information to download the file.
Note: To ensure the security of event log exports, the URL
returned in the response expires after 30 seconds.
|
Example GET Response
{
"url":"https://vci-pfs-na1.s3.ca-central-1.amazonaws.com/vci-auditlog/
612f469f-aeb9-45a2-a769-a4d50185e3db/EventLog_2021-07-27T18.42.34.csv?
X-Amz-Algorithm=AWS4-HMAC-SHA256
&X-Amz-Credential=<credential>
&X-Amz-Date=<timestamp>
&X-Amz-Expires=30
&X-Amz-Security-Token=<token>
&X-Amz-Signature=<signature>
&X-Amz-SignedHeaders=host"
}