Skip to main content
GET
/
logs
/
system
/
full
Get System Log Full
curl --request GET \
  --url https://api.example.com/logs/system/full \
  --header 'X-API-Key: <api-key>'
{
  "path": "<string>",
  "exists": true,
  "size_bytes": 123,
  "size_chars": 123,
  "content": "<string>",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

X-API-Key
string
header
required

Response

200 - application/json

Successful Response

Полное содержимое системного лог-файла.

path
string
required
exists
boolean
required
size_bytes
integer
required
size_chars
integer
required
content
string
required
updated_at
string<date-time> | null