List audit events

List all audit events with filtering.

Headers

api_keystringRequired

Query parameters

entityIdstringOptional
Entity ID
workflowNameslist of stringsOptional
List of Workflow Names to filter the audit events upon
workflowRiskLevelslist of stringsOptional
List of workflow risk levels to filter the audit events upon
sourceslist of stringsOptional
List of Sources that the audit events will be filtered upon
requestIdstringOptional
Request Identifier to filter the audit events upon
afterTimestampstringOptionalformat: "date"
Filter the Audit Events after the given filter based on the Event 'timestamp' value
beforeTimestampstringOptionalformat: "date"
Filter the Audit Events before the given filter based on the Event 'timestamp' value
channelslist of enumsOptional
List of Channels to filter the audit events upon
Allowed values:
sortenumOptional
Order of the sort fields will be sorted upon
Allowed values:
sortFieldslist of enumsOptional
The list of sort fields that will be used in the query, the order of the sort fields will determine the order in which the items are sorted
Allowed values:
pageintegerOptional
The page number that you want to retrieve for the list query
limitintegerOptional>=1Defaults to 20
Limit the number of items that will be returned as part of the request

Response

OK
requestIdstring or null
The unique request ID for the API call made.
metaobject or null
Meta information about the request and response that will be returned during a list operation
eventslist of objects or null
List of audit events matching the query.

Errors