For the complete documentation index, see llms.txt. This page is also available as Markdown.

API Call Logs

View complete records of all API calls to MaiAgent services, including request content, response results, and performance data

Overview

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.


View Logs

In the left menu, click DeveloperAPI Call Logs to view the list of all API request records.

Record Field Descriptions

Field
Description

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.


View Request Details

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?