cURL
curl --request POST \ --url https://api.bland.ai/v1/alarms/{id}/trigger \ --header 'authorization: <authorization>'
{ "data": { "success": true, "message": "Test completed successfully. Current alarm state: NORMAL", "currentMetrics": { "value": 0.2, "sampleCount": 22, "deviation": null, "threshold": 2.5 } }, "errors": null }
Manually trigger alarm evaluation with current data.
Documentation IndexFetch the complete documentation index at: https://docs.bland.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?