cURL
curl --request GET \ --url https://app.pulseguard.nl/api/v2/domains/{domainId}/anomalies \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": [ { "id": 123, "domain_id": 123, "type": "response_time", "severity": "low", "title": "<string>", "status": "open", "description": "<string>", "detected_at": "2023-11-07T05:31:56Z", "resolved_at": "2023-11-07T05:31:56Z" } ] }
Retrieve anomalies detected for a specific domain
API token generated from your PulseGuard dashboard
Domain ID
Filter by anomaly status
open
resolved
false_positive
Filter by severity level
low
medium
high
critical
Domain anomalies retrieved successfully
true
Success message
Response data as array
Show child attributes