Skip to main content

Get Summary Metrics

Retrieve summary metrics for an account, with optional filtering capabilities.

Path Parameters

string
required
Account identifier (format: acc_ followed by 27 alphanumeric characters)

Query Parameters

string
Filter metrics by specific bucket
string
Start date for metrics (ISO 8601 format)
string
End date for metrics (ISO 8601 format)
string
Filter by environment identifier

Headers

string
required
Bearer token for authentication

Response

number
Total number of requests in the time period
number
Total number of error responses (4xx/5xx status codes)
number
Average response time in milliseconds
number
Total bytes transferred (request + response)
object
Breakdown of requests by HTTP method
object
Breakdown of requests by HTTP status code ranges
array
Most frequently accessed endpoints

Get Throughput Metrics

Retrieve request throughput metrics over time.

Path Parameters

string
required
Account identifier

Query Parameters

string
Filter metrics by specific bucket
string
Start date for metrics (ISO 8601 format)
string
End date for metrics (ISO 8601 format)
string
Time interval for grouping: hour, day, week, month

Headers

string
required
Bearer token for authentication

Response

string
Time interval used for grouping
array

Get Performance Metrics

Retrieve detailed performance metrics including response times, error rates, and endpoint analytics.

Path Parameters

string
required
Account identifier

Query Parameters

string
Filter metrics by specific bucket
string
Start date for metrics (ISO 8601 format)
string
End date for metrics (ISO 8601 format)
string
Group metrics by: endpoint, method, status, environment

Headers

string
required
Bearer token for authentication

Response

string
The grouping method used
array

Get Error Metrics

Retrieve detailed error analysis and patterns.

Path Parameters

string
required
Account identifier

Query Parameters

string
Filter metrics by specific bucket
string
Start date for metrics (ISO 8601 format)
string
End date for metrics (ISO 8601 format)
number
Filter by specific HTTP status code

Headers

string
required
Bearer token for authentication

Response

number
Total number of errors in the time period
number
Overall error rate as a percentage
object
Breakdown of errors by HTTP status code
array