Use the list audit logs API to retrieve audit trail information for a tenant with filtering options. By default, all audit logs are returned with a page size of 100. You can filter by date range, user, and operation type.
Date range filtering is supported using the operationTimeStart
and operationTimeEnd
parameters:
operationTimeStart
alone: Includes audit logs from the specified date to the present.operationTimeEnd
alone: Includes audit logs up to the specified date.Date strings must follow ISO 8601 format (e.g., 2023-02-01T18:09:07Z
).
Bearer API Key. For example, "Bearer {Tenant API Key}"
Bearer API Key. For example, "Bearer {Tenant API Key}"
application/json
Start of the date range for filtering audit logs based on operation time.
Specify the start of the range using a valid ISO 8601 date-time string.
If operationTimeStart
is provided and operationTimeEnd
is omitted,
results will include audit logs from this date to the present.
Supported formats include:
yyyy-MM-ddTHH:mm:ssZ
(e.g., 2020-12-18T08:00:00Z
)yyyy-MM-ddTHH:mm:ss.SSSZ
(e.g., 2020-12-18T08:00:00.000Z
)"2023-02-01T18:09:07Z"
End of the date range for filtering audit logs based on operation time.
Specify the end of the range using a valid ISO 8601 date-time string.
If operationTimeEnd
is provided and operationTimeStart
is omitted,
results will include audit logs up to this date.
Supported formats include:
yyyy-MM-ddTHH:mm:ssZ
(e.g., 2020-12-18T08:00:00Z
)yyyy-MM-ddTHH:mm:ss.SSSZ
(e.g., 2020-12-18T08:00:00.000Z
)"2023-02-01T18:09:07Z"
Filter audit logs based on operator user ID.
"b3b6a8e2-1c2d-4e5f-9a7b-2c3d4e5f6a7b"
Filter audit logs based on operation type.
ConfiguredServiceAccountRegion
, CreatePleriApiKey
, CreatedApiKey
, CreatedAssetGroup
, CreatedClickUpOutboundIntegration
, CreatedCustomReport
, CreatedDetectionSetting
, CreatedDrataOutboundIntegration
, CreatedEmailOutboundIntegration
, CreatedFramework
, CreatedIntegration
, CreatedJiraOutboundIntegration
, CreatedJiraSecurityOutboundIntegration
, CreatedNotificationRule
, CreatedOutboundIntegration
, CreatedPagerDutyOutboundIntegration
, CreatedPartnerSSO
, CreatedSQSOutboundIntegration
, CreatedSecurityHubOutboundIntegration
, CreatedSentinelOutboundIntegration
, CreatedServiceAccount
, CreatedServiceNowOutboundIntegration
, CreatedSlackOutboundIntegration
, CreatedTeamsOutboundIntegration
, CreatedVantaOutboundIntegration
, CreatedWebhookOutboundIntegration
, CreatedWellArchitectedWorkload
, CreatedWidget
, CreatedWorkflow
, DeleteIntegrationStarted
, DeleteTenantInternalStarted
, DeleteTenantStarted
, DeletedAssetGroup
, DeletedCustomReport
, DeletedDetectionSetting
, DeletedFramework
, DeletedNotification
, DeletedOutboundIntegration
, DeletedPartnerSSO
, DeletedRiskNotificationPreference
, DeletedServiceAccount
, DeletedServiceAccountRegion
, DeletedWidget
, DeletedWorkflow
, DownloadedComplianceSummary
, FlaggedAlert
, LoggedInPartnerSSO
, RevokedApiKey
, ScheduleCustomReport
, SendRiskToOutboundIntegration
, SuppressedFinding
, TriggeredScan
, UpdateAlertAcknowledgement
, UpdatedAlert
, UpdatedApiKey
, UpdatedAssetGroup
, UpdatedClickUpOutboundIntegration
, UpdatedCustomReport
, UpdatedDetectionSetting
, UpdatedDetectionSettingAssignment
, UpdatedEmailOutboundIntegration
, UpdatedFramework
, UpdatedIntegration
, UpdatedIntegrationDetectionConfigs
, UpdatedJiraOutboundIntegration
, UpdatedJiraSecurityOutboundIntegration
, UpdatedNotification
, UpdatedOutboundIntegration
, UpdatedPagerDutyOutboundIntegration
, UpdatedPartnerSSO
, UpdatedPassword
, UpdatedRiskLifecycle
, UpdatedRiskNotificationPreference
, UpdatedSQSOutboundIntegration
, UpdatedSecurityHubOutboundIntegration
, UpdatedSentinelOutboundIntegration
, UpdatedServiceAccount
, UpdatedServiceAccountRegion
, UpdatedServiceNowOutboundIntegration
, UpdatedSlackOutboundIntegration
, UpdatedTeamsOutboundIntegration
, UpdatedVantaOutboundIntegration
, UpdatedWebhookOutboundIntegration
, UpdatedWellArchitectedWorkload
, UpdatedWidget
, UpdatedWorkflow
, UserLoggedOut
, UserLogin
, UserSSOLogin
, VerifiedMFA
, WellArchitectedDeletedWorkload
"UserLogin"
Specify the batch size of the list. Used for pagination
x <= 1000
100
Get the next batch of audit logs. Used for pagination. When cursor is provided, the response will not include total count.
"k3d83a9b-k3dk-5lkd-2ldk-9kd77c1beb6"
Audit logs list
The response is of type object
.