List Audit Log Events
Gets audit events that have response status of 200. This is the default when the responseStatus parameter is not included in the query. When you use responseStatus in the query, you can get all audit events without regard to status.
The API requires one of the following permissions to be defined in Spot:
- Permission: Organization Viewer (See User Roles) or
- Action: setup:describeAllAuditEvents (See Access Policies)
Query parameters
Get items on or after this date (Unix timestamp)
Get items on or before this date (Unix timestamp)
ID of the account associated with your token
Determines whether the audit events should be filtered by their response status code or not. Valid values: "success": Gets only events with status 200. "all": Audit events will not be filtered by response status codes, and all the events will be returned. Default: success
Changes
No recorded changes to this endpoint across all 4 revisions of this API.