Note: Application, Database, and Static Site Hosting will be removed from both MyKinsta and the MyKinsta API on 31 January 2026. Your existing services will continue to run without interruption; however, you will need to manage them through the Sevalla dashboard using your MyKinsta credentials.
After this date, all API endpoints related to Application, Database, and Static Site Hosting will be provided exclusively through the Sevalla API. For more details about this transition, see Sevalla.
The metrics endpoint can be used to get information about your application's analytics such as the bandwidth, build time, average response request and more.
You can obtain the id from the applications endpoint.
Deprecated in favor of Sevalla API docs.
Successfully retrieved application bandwidth.
One or more of the required parameters were not provided to the request
No or invalid API key provided to the request
No application or database found with the provided unique ID.
Error occurred while retrieving application bandwidth
{- "app": {
- "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
- "display_name": "my-app",
- "metrics": {
- "timeframe": {
- "start": "1679587045511",
- "end": "1679587045511"
}, - "bandwidth": [
- {
- "time": "1679587045511",
- "value": "value"
}
]
}
}
}Deprecated in favor of Sevalla API docs.
Successfully retrieved application build time.
One or more of the required parameters were not provided to the request
No or invalid API key provided to the request
No application or database found with the provided unique ID.
Error occurred while retrieving application build time
{- "app": {
- "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
- "display_name": "my-app",
- "metrics": {
- "timeframe": {
- "start": "1679587045511",
- "end": "1679587045511"
}, - "build_time": [
- {
- "data": [
- {
- "time": "1679587045511",
- "value": 127
}
], - "resource_type": "standard"
}
]
}
}
}Deprecated in favor of Sevalla API docs.
Successfully retrieved application run time.
One or more of the required parameters were not provided to the request
No or invalid API key provided to the request
No application or database found with the provided unique ID.
Error occurred while retrieving application build time
{- "app": {
- "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
- "display_name": "my-app",
- "metrics": {
- "timeframe": {
- "start": "1679587045511",
- "end": "1679587045511"
}, - "runtime": [
- {
- "process_id": "1679587045511",
- "seconds": "43223",
- "plan": "s1",
- "start_time": "1679587045511",
- "end_time": "1679587045511"
}
]
}
}
}Deprecated in favor of Sevalla API docs.
Successfully retrieved application average HTTP requests.
One or more of the required parameters were not provided to the request
No or invalid API key provided to the request
No application or database found with the provided unique ID.
Error occurred while retrieving application average HTTP requests
{- "app": {
- "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
- "display_name": "my-app",
- "metrics": {
- "timeframe": {
- "start": "1679587045511",
- "end": "1679587045511"
}, - "http_requests": [
- {
- "time": "1679587045511",
- "value": "value"
}
]
}
}
}Deprecated in favor of Sevalla API docs.
Successfully retrieved application average response time.
One or more of the required parameters were not provided to the request
No or invalid API key provided to the request
No application or database found with the provided unique ID.
Error occurred while retrieving application average response time
{- "app": {
- "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
- "display_name": "my-app",
- "metrics": {
- "timeframe": {
- "start": "1679587045511",
- "end": "1679587045511"
}, - "response_time": [
- {
- "time": "1679587045511",
- "value": "977"
}
]
}
}
}Deprecated in favor of Sevalla API docs.
Successfully retrieved application slowest requests.
One or more of the required parameters were not provided to the request
No or invalid API key provided to the request
No application or database found with the provided unique ID.
Error occurred while retrieving application slowest requests.
{- "app": {
- "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
- "display_name": "my-app",
- "metrics": {
- "timeframe": {
- "start": "1679587045511",
- "end": "1679587045511"
}, - "response_time": [
- {
- "time": "1679587045511",
- "value": "977"
}
], - "slowest_requests": [
- {
- "avg_response_time_ms": 120,
- "client_request_path": "/api",
- "request_count": 100
}
]
}
}
}Deprecated in favor of Sevalla API docs.
Successfully retrieved application CPU usage.
One or more of the required parameters were not provided to the request
No or invalid API key provided to the request
No application or database found with the provided unique ID.
Error occurred while retrieving application CPU usage
{- "app": {
- "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
- "app_name": "my-app",
- "processes": [
- {
- "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
- "process_name": "web",
- "cpu_limit": 1,
- "metrics": {
- "timeframe": {
- "start": "1679587045511",
- "end": "1679587045511"
}, - "cpu_usage": [
- {
- "time": "1679587045511",
- "value": "value"
}
]
}
}
]
}
}Deprecated in favor of Sevalla API docs.
Successfully retrieved application memory usage.
One or more of the required parameters were not provided to the request
No or invalid API key provided to the request
No application or database found with the provided unique ID.
Error occurred while retrieving application memory usage
{- "app": {
- "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
- "app_name": "my-app",
- "processes": [
- {
- "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1",
- "process_name": "web",
- "memory_limit": 1,
- "metrics": {
- "timeframe": {
- "start": "1679587045511",
- "end": "1679587045511"
}, - "memory_usage": [
- {
- "time": "1679587045511",
- "value": "value"
}
]
}
}
]
}
}