Request Logs
Definition
This module is used to record invocation records and runtime details for all API services in the platform, providing data support for API troubleshooting, service performance optimization, and security auditing.
- 📄 Log Records: automatically records key information for each API request, such as invocation time, caller, API name, request parameters, response status, and duration;
- 🔍 Request Tracking: can view invocation traces and historical behavior for specified APIs, and supports querying by time, API name, caller, and other conditions;
- 🚨 Exception Identification: supports filtering abnormal behaviors such as error requests, timeout requests, and illegal access, assisting security auditing and API protection;
- 📈 Performance Analysis: evaluates service stability and load status through indicators such as API invocation volume, average response time, and failure rate;
- 📤 Log Export: supports exporting log lists for report archiving and audit report retention.
Notes
We recommend regularly cleaning or archiving historical Request Logs to avoid log volume expansion affecting query efficiency. Sensitive APIs should strengthen access control together with Request Logs and audit mechanisms.
Scope
For platform operations personnel, security administrators, and API developers. It is applicable to API exception troubleshooting, invocation chain tracking, access behavior monitoring, and other scenarios, and is a core support module in the API Management system.
1. Request Logs Page
Click Data Services under Request Logs to open the Request Logs page. The page is divided into left and right sides: the left side displays API service categories in a tree structure, and the right side displays a list including API service name, API service category, caller IP, invocation data volume, invocation duration, and other fields.

2. View Logs
Select the API log to view, click View Logs in the operation column, and view the API log on the page that appears.


3. Delete Log
Select the API log to delete, click Delete in the operation column, and confirm the deletion on the page.

