Alerting & Response/Alert Events
GETAlertingSince 1.0SynchronousAuth Required
GetAlertNoiseAnalysisJob
Check the status and results of a noise analysis job
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
jobIdStringRequiredJob identifier to check status for
Responses
Endpoint
GET/api/v1/alerting/noise-analysis/{jobId}
/api/v1/alerting/noise-analysis/{jobId}
Request Example
curl -X GET '{host}/api/v1/alerting/noise-analysis/{jobId}' -H 'Authorization: Bearer {token}'
Response Example
200{
"jobId": "job-001",
"status": "completed",
"timeRange": "7d",
"topK": 10,
"groupBy": [],
"tenantId": 1,
"report": {},
"createdAt": "example"
}Change History
This API has no change history records yet.
