---
title: "Get Include Resources"
method: GET
path: "/api/scraping/include-resources/{bot_id}"
tags: ["Scraping"]
---

# Get Include Resources

`GET /api/scraping/include-resources/{bot_id}`

Get all included resources for a given bot by bot_id.

## Path parameters

- `bot_id` string, uuid, required

## Response `200`

Successful Response

- BotKnowledgeBaseIncludeResourcesResponse — Schema for representing the response of include resources in the knowledge base.
  - `resource` BotKnowledgeBaseIncludeResources[], required — List of included resources.
    - `type` string, required — Type of resource.
    - `number_of_resources` integer, required — Number of resources of the specified type.
    - `token` integer, required — Total tokens for the specified type of resource.
  - `total_token` integer, required — Total tokens for all included resources.

## 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)
