Authorizations
API requests are authenticated using a JSON Web Token (JWT) provided in the Authorization header.
Query Parameters
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 50.
1 <= x <= 100A cursor for use in pagination. The cursor is an opaque string that specifies your current position in the list.
"eyJQSyI6eyJTIjoiRkFVTFQjMzFwbGg4a2FhblB2R0h"
A timestamp in ISO 8601 format. Only return faults created after this time.
"2025-10-20T10:00:00Z"
A timestamp in ISO 8601 format. Only return faults created before this time.
"2025-10-21T10:00:00Z"
Filter faults by their severity level.
LOW, MEDIUM, HIGH, CRITICAL, WARNING Filter faults by their type, such as site or wantunnel.
"wantunnel"
Filter faults to a specific resource identifier.
"dev_2j4k2l2j3k4l2j3k4"
Filter faults to a specific site and all its child resources. This performs a hierarchical query.
"site_8a7b6c5d4e3f2g1h"
Filter faults by their resolution status.
unresolved, resolved