Retrieves a list of recent faults. This endpoint provides a specific view of network health: it returns all currently unresolved faults, plus any faults that were resolved within the last 10 minutes.
Note: This is a legacy endpoint maintained for backward compatibility. For more flexible querying, we recommend using the primary GET /faults endpoint with the appropriate filters.
API requests are authenticated using a JSON Web Token (JWT) provided in the Authorization header.
(Optional) Filter recent faults to a specific site.
"site_8a7b6c5d4e3f2g1h"
(Optional) Filter by fault type.
"wantunnel"
A list of recent fault events in a legacy format.
A unique identifier for the fault object.
"flt_31pkd1t8FvW7qZv0jG2a9kH5mB1"
A concise summary of the fault.
"WAN link failover: Primary link (WAN1) is down"
The timestamp when the fault was resolved.
null
The timestamp when the fault was created.
"2025-10-21T12:00:00.000000Z"
A human-readable string representing the duration of the fault.
"2 hours, 15 minutes"
The severity of the fault.
"error"
The type of the fault.
"wantunnel"
The probable cause of the fault.
"Probe failed: Latency exceeded 500ms threshold"
The identifier of the site this resource belongs to.
"site_8a7b6c5d4e3f2g1h"
The unique identifier of the resource.
"dev_2j4k2l2j3k4l2j3k4"