- Introduction
- Auth
- Bolts
- Environments
- Git
- Domains
- Logs
- List Environments
- Create Environment
- Get Environment
- Update Environment
- Delete Environment
- Purge Environment Cache
- List Environment Cronjobs
- Get Environment Statistics
- Get Environment Available Settings
- Get Environment PHP Versions
- Get Environment Usage
- Get Environment SSH Accesses
- Create Environment SSH Access
- Remove Environment SSH Access
- List Environment Databases
- Toggle Environment Dev Mode
- Environment Install Wordpress
- Environment Optimize Wordpress
- Locations
- Databases
- Cronjobs
- SSH Keys
- Certificates
- Billing
- Profile
Get Slow Queries
GET
https://api.servebolt.io/v1/databases/{id}/logs/slow-queries
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
integer
required
Header Params
Accept
string
required
Example:
application/json
Content-Type
string
required
Example:
application/json
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.servebolt.io/v1/databases//logs/slow-queries' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
Responses
🟢200OK
application/json
Body
data
array[string]
required
links
object
required
first
string
required
last
string
required
prev
null
required
next
null
required
meta
object
required
current_page
integer
required
from
null
required
last_page
integer
required
links
array [object {3}]
required
path
string
required
per_page
integer
required
to
null
required
total
integer
required
Example
{
"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
}
}
Modified at 2024-05-29 12:25:21