API to download audit log?

I’m using APIs to download all the submitted data, but it would be great to download the audit logs too. Is there an API endpoint for it?

Maybe this post discussed previously should help you download media attachments using API:

Thanks @Kal_Lam,
I figured it out, there’s no need to use an API endpoint. I can directly download the audit log by replacing the filename in the image download URL.

/attachment/original?media_file=[username]/attachments/audit.csv

2 Likes

Thank you for sharing this with the entire community! :clap: