---
title: "Bot Evaluation Strong"
method: GET
path: "/api/bot/evaluation"
tags: ["Bot"]
---

# Bot Evaluation Strong

`GET /api/bot/evaluation`

Get strong evaluation information for the bot.

## Query parameters

- `bot_id` string, uuid, required

## Response `200`

Successful Response

- BotStrongSchema — Bot Score Schema.
  - `is_strong_token` boolean — Flag indicating whether the bot has strong tokenization.
  - `is_strong_question_answer` boolean — Flag indicating whether the bot has strong question-answer capabilities.
  - `is_strong_rules` boolean — Flag indicating whether the bot adheres to strong rules.

## Other responses

- `422` — Validation Error

## Changes

> 3 revisions in range; 1 not diffed.

- **2023-11-13** `ac1f1ab68fcb` — 2 info
  - the endpoint scheme security `OAuth2PasswordBearerCookie` was added to the API
  - the endpoint scheme security `BasicAuth` was removed from the API
- **2023-11-08** `dbd91277da05` — 1 breaking, 3 warning, 3 info
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `is_strong_question_answer` from the response with the `200` status
  - removed the optional property `is_strong_rules` from the response with the `200` status
  - removed the optional property `is_strong_token` from the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/chat-fly/apis/chatfly-backend-application/changes/api/bot/evaluation/get.md)

---

[API](https://skmtc.dev/chat-fly/apis/chatfly-backend-application.md) · [All operations](https://skmtc.dev/chat-fly/apis/chatfly-backend-application/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chat-fly/chatfly-backend-application/revisions/cbb37496f138/schema)
