List usage threshold alerts
List the usage threshold alerts registered for the authenticated user's organization. Each alert records a remaining-balance threshold (in compute hours) at which UCP will fire a webhook so Air can email the configured recipients. Air admins and SREs see alerts across all orgs. Results are searchable by `creator`, `org_display_name`, `ngc_org_name`, `org_nca_id`, and `threshold`, and orderable by `created`, `modified`, `last_fired`, or `threshold`.
**Required role:** `air_org_admin`
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
limit
Number of results to return per page.
offset
The initial index from which to return the results.
ordering
Order objects by field. Prefix with - for descending order.
search
Search by creator, org_display_name, ngc_org_name, org_nca_id, or threshold.
Response
count
results
next
previous
Errors
400
Bad Request Error
403
Forbidden Error
500
Internal Server Error