GET
/
users
/
v1
/
request_logs
/
{id}
/
{
  "id": "<string>",
  "host": "<string>",
  "path": "<string>",
  "title": "<string>",
  "method": "get",
  "message": "<string>",
  "status_code": 16383,
  "request_body": {},
  "response_body": {},
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

api-key
string
header
required

Path Parameters

id
string
required

A unique value identifying this request log.

Response

200 - application/json

The response is of type object.