Request Logs
List Request Logs
An Endpoint for retrieving request logs associated with the requesting user.
This endpoint provides read-only access to request logs for the authenticated user. Request logs contain information about requests made by the user, such as the request method, path, timestamp, and response status.
Note: This endpoint is read-only and does not support modification or deletion of request logs.
GET
/
users
/
v1
/
request_logs
/
Authorizations
api-key
string
headerrequiredQuery Parameters
page
integer
A page number within the paginated result set.
page_size
integer
Number of results to return per page.
Response
200 - application/json
count
integer
next
string | null
previous
string | null
results
object[]