Get bot health status by app ID

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, DOWN
  • failureCount - The count of failed message deliveries over a 2-minute interval
  • successCount - 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.

Language