Authorization: Bearer ********************
curl --location --request GET 'https://api.servebolt.io/v1/databases//logs/slow-queries' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
{
"data": [
{
"id": 134663,
"type": "mysql_slowlog",
"attributes": {
"date": "string",
"duration": 3,
"schema": "string",
"info": "string"
}
}
],
"meta": {
"current_page": 1,
"from": null,
"last_page": 1,
"links": [
{
"url": "https://pastel-tattler.info",
"label": "consectetur do aute voluptate",
"active": true
}
],
"path": "consequat eu enim velit",
"per_page": 15,
"to": null,
"total": 1
}
}