get https://api.app.lithium.com/bots/v3/health/appId/
Get the health status of a bot using the Automation Framework
Details
Use GET /bots/v3/health/appId/{appId}
to return the health status of a bot and the count of failed and successful deliveries in the last 2-minute period.
The response returns:
status
- The bot health status: HEALTHY, DEGRADED, DOWNfailureCount
- The count of failed message deliveries over a 2-minute intervalsuccessCount
- The count of successful message deliveries over a 2-minute interval
See Monitor bot health for more information about tracking the state of your bot.