get
https://api.app.lithium.com/bots/v3/request/
Monitor a specific request to the Bot v3 API
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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
| Action | Endpoint |
|---|---|
| GET | /bots/v3/request/appId/{appId} Monitor requests to the Bot v3 API by date range, state, and origin |