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"
}Получить полный системный лог-файл бота.
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"
}