Skip to main content
This log records document processing events and errors.
Only users with Tenant Administrator (or the System Administrator in the case of the default tenant) and Monitoring Operator permissions can download event logs from Processing Monitor.
To download this log, use a POST request:

Request parameters

All parameters are required. Make sure that they are specified correctly.
The search in Oracle Database is case-sensitive. Take this into account if you use Oracle Database.

Build the filter parameter

The filter parameter takes a JSON object. For example:
To find the values for the PropertyKey and PropertyOperator parameters, create a filter in the Administration and Monitoring Console:
1

Open the browser developer tools

In the browser menu, click More tools → Developer tools, and go to the Network tab.
2

Create a filter in the console

Launch the Administration and Monitoring Console, go to Processing Monitor → Event log, and click the Add filter button button.
3

Apply the filter criteria

Specify the filtering criteria and click Apply.
4

Read the filter parameters

Click the GetFilteredEvents request. The filtering parameters are listed on the Payload tab.
To filter events for default batches, specify the BatchTypeNameExt parameter instead of BatchTypeName:
Keep BatchTypeName for the default batch in the columnsOrder parameter.

Example script

The following PowerShell script demonstrates how to use this API to download the event log.
Replace the parameters in this script with your server address, tenant name, and your own credentials.