Request an audit log export
Requests a CSV export of your vault's audit logs and returns a signed download URL.
POST
/api/audit-logs/exportRequest
curl
curl -X POST https://trickest.io/api/audit-logs/export \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
201Export accepted; signed download URL payload
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring