Request Logs
Retrieve Request Log
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
/
{id}
/
Authorizations
api-key
string
headerrequiredPath Parameters
id
string
requiredA unique value identifying this request log.
Response
200 - application/json
id
string
requiredtitle
string
requiredmethod
enum<string>
requiredget
- getput
- putpost
- postpatch
- patchdelete
- deletehead
- headtrace
- traceoptions
- options
Available options:
get
, put
, post
, patch
, delete
, head
, trace
, options
message
string
requiredrequest_body
object | null
requiredresponse_body
object | null
requiredcreated_at
string
requiredupdated_at
string
requiredhost
string | null
Maximum length:
255
path
string | null
Maximum length:
255
status_code
integer | null
Required range:
0 < x < 32767