GET
/
v1beta
/
stats
/
domains
/
{uuid}
/
response-time
/
history
Get domain response time history
curl --request GET \
  --url https://app.pulseguard.nl/api/v1beta/stats/domains/{uuid}/response-time/history \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

API token generated from your PulseGuard dashboard

Path Parameters

uuid
string
required

Domain UUID

Query Parameters

period
enum<string>
default:24h

Time period for historical data

Available options:
1h,
24h,
7d,
30d,
90d
interval
enum<string>
default:5m

Data point interval

Available options:
1m,
5m,
15m,
1h,
1d

Response

200
application/json

Response time history retrieved successfully

The response is of type object.