Get deploy statistics
Request body
Response
Returns the deploy’sthroughput (total request count), mean (average response
time in milliseconds), and error_rate (a percentage from 0 to 100).Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
POST /api/v2/deploys/stats
| Field | Type | Required | Description |
|---|---|---|---|
site_id | string | Yes | Site to query. |
revision | string | Yes | Git revision or deploy identifier. |
namespace | string | No | Namespace to filter by, such as web or api. |
{
"site_id": "YOUR-SITE-ID",
"revision": "abc123",
"namespace": "web"
}
throughput (total request count), mean (average response
time in milliseconds), and error_rate (a percentage from 0 to 100).Was this page helpful?