API Call Logs
View complete records of all API calls to MaiAgent services, including request content, response results, and performance data
Last updated
Was this helpful?
View complete records of all API calls to MaiAgent services, including request content, response results, and performance data
API Call Logs provide a complete record of all requests made through the MaiAgent API, including HTTP method, endpoint path, status code, response time, request and response content, and more. This is ideal for developers to debug, monitor performance, and track usage during API integration.
In the left menu, click Developer → API Call Logs to view the list of all API request records.
ID
Unique identifier for the request
Method
HTTP method (GET, POST, PUT, DELETE, PATCH), color-coded
Endpoint
API endpoint path
Status Code
HTTP response status code, color-coded by type: 2xx (green), 4xx (orange), 5xx (red)
Duration
Request duration, color-coded by speed: <100ms (green), <500ms (orange), >500ms (red)
Request Body
Request content preview
Response Body
Response content preview
IP Address
Source IP of the request
Time
Request time
Use the filter bar at the top to quickly find the records you need:
Date Range: Select start and end dates to view records for a specific time period
HTTP Method: Filter by method (GET, POST, PUT, DELETE, PATCH)
Status Category: Filter by response status (2xx Success, 4xx Client Error, 5xx Server Error)
Keyword Search: Enter an endpoint path or other keywords to search
When troubleshooting API integration issues, filter by 4xx or 5xx status codes first to quickly locate failed requests.
In the record list, click the view icon on the right side of any record to expand the full request and response details, including the complete Request Body and Response Body, for developer debugging.
Last updated
Was this helpful?
Was this helpful?
