Get audit trailsget https://your-protect-instance.example.com/api/rest/v1/audit_trailsThis endpoint returns audit trails for the given tenant, entities, actions, and date range.Query ParamsexternalUserIdstringentitiesarray of stringsThe entities for which to get audit trails (defaults to all).entitiesADD stringactionsarray of stringsThe actions for which to get audit trails (defaults to all).actionsADD stringcreationDateFromdate-timecreationDateTodate-timecursor.currentPagestringBase64-encoded string representing the current window of datacursor.pageRequeststringThe page to request, w.r.t the current page. Can be one of FIRST, PREVIOUS, NEXT, LASTcursor.pageSizestringThe size of the page requested. The handling service should impose a hard limit on thissorting.sortByarray of stringsThe columns to order by. Can be CreationDate (default)sorting.sortByADD stringsorting.sortOrderstringCan be DESC (default), ASCResponses 200A successful response. 400Returned when the tenant ID was not found in the JWT. 401Unauthorized: indicates that the client request has not been completed because it lacks valid authentication credentials for the requested resource 403Forbidden: indicates that the server understands the request but refuses to authorize it 404Not Found: indicates that the server cannot find the requested resource 500Returned when the service encountered an error. 503Service Unavailable: indicates that the server is not ready to handle the request. defaultAn unexpected error response.Updated about 2 months ago Export audit trailsActionsDid this page help you?YesNo