๐Ÿ‘€Request Log

circle-exclamation

API request logging

GET /api/v1/request-log

This API method retrieves logs of API requests, providing detailed records of each request made to the system. It allows users to access, review, and analyze the request data for monitoring and debugging purposes.

Headers

Name
Value

Content-Type

application/json

X-Authorization-Token

<token>

Query Parameters

Name
Type
Description

pageNo

number

Page number

limit

number

Data Limit

startDate

string

Query data from start time

endDate

string

Query data from end time

Response

{
  "code": 0,
  "msg": "success",
  "data": [],
  "count": 0,
  "requestTime": "YYYY-MM-DD HH:mm:ss",
  "requestUuid": "<UUID v4>"
}