Documentation Index
Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
Use this file to discover all available pages before exploring further.
Report Types
When creating a Report Generator, you first select which dataset the report will be based on. The available fields in subsequent steps vary depending on the selected type.| Report Type | Description |
|---|---|
| API Traffic Logs | A report is generated on raw traffic records by adding a custom query and filter to log data. |
| Interval API Traffic | API traffic is analyzed by grouping into specific time intervals (hourly, daily, etc.). |
| API Traffic Metrics | Metrics such as traffic volume and success/error rates are reported per API Proxy. |
| Endpoint Traffic Metrics | Traffic metrics are reported per endpoint. |
| Canary & Mirror Metrics | Traffic metrics for Canary and Mirror configurations are reported. |
| Endpoint Size Metrics | Metrics related to endpoint request and response sizes are reported. |
| Client Traffic Metrics | Traffic metrics are reported per client (credential). |
| IP Traffic Metrics | Traffic metrics are reported per IP address. |
| API Proxy Report | The general status and information of API Proxies are reported. |
| API Endpoint Report | The general status and information of API Endpoints are reported. |
| Inactive Endpoints | Endpoints that have not received requests within a specified period are listed. |
| Inactive Clients | Clients that have not sent requests within a specified period are listed. |
| ACL Report | Authorization statuses on the access control list (ACL) are reported. |
| Route Conflict Report | Conflicts between defined routes are detected and reported. |
| ACL Audit Records | Audit records of changes made to the ACL are reported. |
Report Creation

Definition
| Field | Description |
|---|---|
| Enabled | Determines whether the Report Generator is active. Reports in passive state are not run even if scheduled. |
| Report Type | Determines which dataset the report will be based on. Subsequent steps are shaped according to the selected type. |
| Name | The unique name given to the Report Generator. |
| Description | An optional description field summarizing the purpose of the Report Generator. |
| Trigger Every | Sets how often the report will be run automatically. Schedules such as per-minute, hourly, daily, and weekly can be defined using cron expression format. |
Query
This step is only visible for the API Traffic Logs report type.
- New Query — A new query can be created on the fly.
- Select Query — An existing previously defined query can be selected.
Filter
The filter determines which log records will be evaluated in the report. This step is required. Two options are available:- New Filter — A new filter can be created on the fly.
- Select Filter — An existing previously defined filter can be selected.
| Field | Description |
|---|---|
| Name | The name given to the filter. |
| Proxy List | Determines which API Proxies the report will run on. If not selected, all proxies are included. |
| Date Range | Determines which time period’s log records the report will cover. A fixed anchor (e.g. “Today”) or a dynamic range (e.g. “Last 7 days”) can be selected. |
| Operation Result Type | A filter can be applied to include only successful, failed, or blocked requests. (Only applicable for the API Traffic Logs type.) |
| Sorting | Determines by which field and in which direction the report records will be sorted. (Only applicable for the API Traffic Logs type.) |
Report Fields
This step is only visible for the API Traffic Logs report type.
- Common Fields
- Request Fields
- Response Fields
| Field | Description |
|---|---|
| Created | The date and time the request was created. |
| API Proxy | The name of the API Proxy the request passed through. |
| API Type | The type of the API (REST, SOAP, etc.). |
| API Proxy Revision | The API Proxy revision used. |
| API Proxy Relative Path | The relative path of the API Proxy. |
| API Proxy Method | The HTTP method used in the request (at proxy level). |
| Total Time (ms) | The total processing time of the request (in milliseconds). |
| Username or Key | The username or API key of the user who made the request. |
| Cache Hit | Whether the request was served from cache. |
Report Parameters
Additional parameters appear based on the selected report type. These parameters allow the scope of the report to be defined in more detail.| Parameter | Relevant Report Types | Description |
|---|---|---|
| Projects | Multiple report types | Determines which projects the report will cover. (Only visible to Admin users.) |
| Interval | Interval API Traffic | The time interval by which traffic data will be grouped (minute, hour, day, etc.). |
| API Proxy Type | Various metric types | Allows filtering by specific proxy types. |
| Creation Type | Various metric types | Allows filtering by proxy creation method. |
| Organizations | ACL Report | Determines which organizations the report will cover. |
| Credentials | ACL Report | Determines which credentials the report will cover. |
| Query Basis | ACL Report | Determines whether the report will run on an API Proxy or organization basis. |
| API Proxy | API Traffic Metrics | Allows the report to run on a specific proxy only. |
Environment
The environment on which the report will run is selected in this step.For Elasticsearch-based report types, environment selection is required. The selected environment must have an active Elasticsearch integration.
Trigger Every
The frequency at which the report will run automatically is set in this section. Scheduling settings are created in cron expression format.Action
Where the file generated when the report runs will be sent is defined in this section. One or more recipients can be added. Supported action types include email and webhook. For detailed information about actions, see the Connectors page.Retention Period
How long result records from past report runs will be kept is set in this section. At the end of the specified period, old results are automatically cleaned up.Testing the Report
An option is provided to test the report instantly with current settings before saving.- API Traffic Logs
- Other Report Types
After the query and filter are defined, the query is run instantly on the selected environment using the Query button. Results are listed in a paginated table view on screen.Results can be exported as Excel, allowing the instant query output to be examined in more detail.
Only the first 10 records are shown in the preview. To see all results, you need to schedule and run the report.
Report Results
Past run results of a saved Report Generator can be viewed from the detail screen opened by clicking the relevant record in the list. The Edit Report Generator link in the top right of the screen navigates to the definition edit page.
| Column | Description |
|---|---|
| Application Log Time | The date and time the report was run. |
| Size of File | The size of the generated report file (in bytes). |
| Result Type | Shows whether the report completed successfully or with an error. |
Date Range Filter
Results can be filtered using the date range picker at the top of the screen. Relative time ranges (e.g. “Last 1 hour”) or fixed date ranges can be defined.Result Management
- A single result record can be deleted using the delete icon on the right side of each row.
- All past results for that Report Generator can be cleared at once using the Delete All button in the table header.

