GET
/
v2
/
stats
/
domains
/
{uuid}
/
response-time
/
history
Get domain response time history
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

API token generated from your PulseGuard dashboard

Path Parameters

uuid
string<uuid>
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

Response time history retrieved successfully

success
boolean
required
Example:

true

message
string
required

Success message

data
object[]

Response data as array