Skip to Content

Documentation

Risk Cloud API: Build Audit Log Export

Please reference our Build Audit Log Help Article for in-depth information about the functionality.

Obtain your API Access Token to get started.

Export Build Audit Log Endpoint

The Build Audit Export endpoint returns either a .csv or a .xlsx file with the Build Audits for the application provided in the query parameter.

This endpoint has the following parameters:

Required Path ParameterDescription
extension
csv or xlsx
Query ParameterRequiredDescription

applicationId
YesThe unique ID of the application to retrieve the build audit log information for. It can be a previously deleted application ID.


startDate

NoOptional parameter, inclusive. YYYY-MM-DD


endDate

NoOptional parameter, exclusive. YYYY-MM-DD

Response

To find out more about the content in the response read the Reading the Log section of the Build Audit Log help page and the Build Audit Log Glossary help page.