List audit log events
Lists audit log events for the caller's vault with pagination, ordering, full-text search, and actor/event filters. Each record is enriched with a display mapping and category.
GET
/api/audit-logsQuery parameters
pageintegerrequireddefault: 1page_sizeintegerrequireddefault: 50orderingstringrequireddefault: -timestampsearchstringactorstringeventstringRequest
curl
curl -X GET https://platform.trickest.com/api/audit-logs \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Paginated list of audit log records
resultsobject[]requiredcountintegernextstringpreviousstringlastinteger400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring