Monitor requests by date range, state, and origin

Monitor requests to the Bot v3 API by date range, state, and origin

Details

Use GET /bots/v3/request/appId/{appId} to retrieve and monitor requests for a bot filtering by a date range, the request state (PENDING, ERROR, SUCCESS), and the origin of the request (Khoros or the bot). The call retrieves all request records according to the given path and query parameters.

You may use one or more query parameters in your call.

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

Related endpoints

ActionEndpoint
GET/bots/v3/request/{requestId}
Monitor a specific request to the Bot v3 API
Language