Alerting & Response/Alert Templates
GETAlertingSince 1.0SynchronousAuth Required
ListAlertTemplates
List message templates with optional filtering by name, format, and source
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
searchStringName fuzzy search filter Name fuzzy search filter
formatStringFilter by format: markdown, html, json, or plain_text Filter by format: markdown, html, json, or plain_text
sourceStringFilter by source: builtin or custom Filter by source: builtin or custom
Responses
Endpoint
GET/api/v1/alerting/templates
/api/v1/alerting/templates
Request Example
curl -X GET '{host}/api/v1/alerting/templates' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
],
"total": 8,
"limit": 20,
"offset": 20
}Change History
This API has no change history records yet.
