Test alert
Execute the test_alert capability through REST or MCP with the same authorization and project checks.
WriteMinimum role: editorExternal action
REST
POST
/api/v1/alerts/:alertId/testcurl "https://chatterbeam.com/api/v1/alerts/{alertId}/test" \
--request POST \
--header "Authorization: Bearer $CHATTERBEAM_API_KEY" \
--header "Idempotency-Key: unique-operation-key"MCP
Tool name: test_alert. The tool returns the same structured { data, meta } result as REST.
Input
alertIdRequired path identifierAuthorization
Required scope: alerts:write. Scope checks are followed by current project membership and the editor minimum role.