Monitor request to Bot v3 API

Monitor a specific request to the Bot v3 API

Details

All calls to the Bot API return a requestId:
"requestId": "d3cf183a-4f30-11e9-bc72-cd9609519b63"

Note this requestId in order to monitor the status of the request.

After some interval of time (depending on the request you've made and your use case for monitoring the call), pass that requestId to GET /bots/v3/request/{requestId}.

The state field of the response indicates the state of the request: PENDING, SUCCESS, or ERROR.

See Monitor requests to the Bot API v3 for an example.

Related endpoints

ActionEndpoint
GET/bots/v3/request/appId/{appId}
Monitor requests to the Bot v3 API by date range, state, and origin
Language