---
title: "Get Status Of All Knowledge Bases"
method: GET
path: "/api/scraping/{bot_id}"
tags: ["Scraping"]
---

# Get Status Of All Knowledge Bases

`GET /api/scraping/{bot_id}`

Get all knowledge bases.

@param bot_id: Bot to get all knowledge bases
@param db: Databases to use for retrieval.

@return list of dicts

## Path parameters

- `bot_id` string, uuid, required

## Response `200`

Successful Response

- BotKnowledgeBaseResponseSchema — User Schema.
  - `id` string, uuid, required
  - `bot_id` string, uuid, required
  - `full_page_url` string, required
  - `training_status` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

## Changes

- **2023-11-13** `ac1f1ab68fcb` — 1 info
  - endpoint added
- **2023-11-08** `dbd91277da05` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/chat-fly/apis/chatfly-backend-application/changes/api/scraping/:bot_id/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/ac1f1ab68fcb/schema)
