v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107861793.8 KB

Retrieves a list of historical bot analysis executions for a specific bot. You can filter the results by locale and bot version.

The history includes all analysis executions regardless of their status, allowing you to track past analyses and their outcomes.

post/bots/{botId}/botanalyzer/history/

Path parameters

botIdstring required

The unique identifier of the bot.

Request body

localeIdstring

The locale identifier to filter the history. If not specified, returns history for all locales.

botVersionstring

The bot version to filter the history. If not specified, defaults to <code>DRAFT</code>.

nextTokenstring

If the response from a previous request was truncated, the <code>nextToken</code> value is used to retrieve the next page of history entries.

maxResultsinteger

The maximum number of history entries to return in the response. The default is 10.

Response

Success

botIdstring

The unique identifier of the bot.

localeIdstring

The locale identifier used to filter the history.

botVersionstring

The bot version used to filter the history.

nextTokenstring

If the response is truncated, this token can be used in a subsequent request to retrieve the next page of history entries.