Audit logs
Audit logs (2.0.0)
Download OpenAPI specification:Download
API for interacting with the Snow Atlas audit logs service.
Get audit logs
Returns the details of the tenant logs matching a criteria.
Authorizations:
bearerAuth
query Parameters
attachments | boolean <boolean> Specify if the attachments should be included in the response. | ||||||||||||||||||||||||||||||||||||||||||||
filter | string Example: filter=?filter=accountId -eq "bf49948b-9e55-4bb5-3316-08d90e3e012d" The fields which you can use to filter the results. Format of the query string parameter:
For more information on the available operators and which data types those operators work on, see Filter API call results. |
Responses
Response samples
- 200
- 403
- 500
Content type
application/json
[- {
- "accountId": "7826eac4-84c2-11f0-b45c-6acb7750b94c",
- "actorId": "string",
- "actorTenantId": "string",
- "archiveUntil": "2023-08-26T00:00:00Z",
- "attachments": { },
- "category": 3,
- "created": "2023-08-26T00:00:00Z",
- "httpMethod": "string",
- "id": "5cdef9c0-b177-4bbc-7f9a-08d90e3e012c",
- "identityName": "John Doe",
- "ipAddress": "127.0.0.1",
- "message": "The user was deleted",
- "resourceId": "7cfe6e46-84c2-11f0-b45c-6acb7750b94c",
- "resourceName": "User John Doe",
- "source": "identity",
- "tenantId": "6032f084-84c2-11f0-b45c-6acb7750b94c",
- "type": "identity.account.reset",
- "url": "string",
- "userId": "73c41844-84c2-11f0-b45c-6acb7750b94c"
}
]