POST
/v1/mgmt/audit/search
Search the audit log, using a valid management key.
This API endpoint allows you to search the audit log utilizing various search parameters and returns the results in JSON format.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<ProjectId:ManagementKey\>
Authorization
AuthorizationRequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Request Body
fromstring
tostring
userIdsarray<string>
actionsarray<string>
devicesarray<string>
methodsarray<string>
geosarray<string>
remoteAddressesarray<string>
externalIdsarray<string>
tenantsarray<string>
noTenantsboolean
textstring
excludedActionsarray<string>
actorIdsarray<string>
| Status code | Description |
|---|---|
200 | OK |
Was this helpful?