Get bot health status by app ID

Get the health status of a bot using the Automation Framework

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.

Path Params
string
required

The bot identifier

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json