What is the problem or goal the end user is trying to solve or accomplish?
API doesn’t provide a synchronous file download. Currently, it emails the link to download the audit logs and so, it’s not possible to automate it.
What is the recommended solution by the Customer?
Suggestions
Automatically drop daily audit logs into a configured S3 path.
Implement API endpoint to fetch the download link for the previous download API request.
Let’s also add a flag in Download Audit Logs API to skip sending an email with the download link(to support automation use case)
Adding this to the Preset backend CLI would also be great.