Get a quota alert
Get details of a specific alert
Authorization
Bearer AuthorizationBearer <token>
Project API key
In: header
Path Parameters
alertId*string
Response Body
application/json
application/json
application/json
curl -X GET "https://api.limitry.com/v1/quota-alerts/string"{
"id": "qa_abc123",
"quotaId": "qta_xyz789",
"threshold": 80,
"lastTriggeredAt": "2024-01-15T12:00:00Z",
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:30:00Z"
}{
"error": "Invalid or missing API key"
}{
"error": "Resource not found"
}