---
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.

## Path parameters

- `bot_id` string, uuid, required

## Response `200`

Successful Response

- BotKnowledgeBaseResponseSchema — Schema for representing bot knowledge base information in the response.
  - `id` string, uuid, required — Unique identifier for the knowledge base entry.
  - `bot_id` string, uuid, required — Unique identifier for the associated bot.
  - `full_page_url` string, required — Full URL of the knowledge base page.
  - `training_status` string, required — Training status of the knowledge base.
  - `created_at` string, date-time, required — Timestamp indicating when the knowledge base entry was created.
  - `updated_at` string, date-time, required — Timestamp indicating when the knowledge base entry was last updated.

## Other responses

- `422` — Validation Error

---

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