cURL
curl --request GET \ --url https://app.pulseguard.nl/api/v2/stats/domains/{uuid}/response-time/history \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": [ { "timestamp": "2023-11-07T05:31:56Z", "response_time": 123, "status": "up" } ] }
Retrieve historical response time data for a domain (Expert Plan required)
API token generated from your PulseGuard dashboard
Domain UUID
Time period for historical data
1h
24h
7d
30d
90d
Data point interval
1m
5m
15m
1d
Response time history retrieved successfully
true
Success message
Response data as array
Show child attributes