GET
/
api
/
scraping
/
{bot_id}
curl --request GET \
  --url https://backend.chatfly.co/api/scraping/{bot_id}
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "bot_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "full_page_url": "<string>",
  "training_status": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Path Parameters

bot_id
string
required

Response

200
application/json
Successful Response

Schema for representing bot knowledge base information in the response.

id
string
required

Unique identifier for the knowledge base entry.

bot_id
string
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
required

Timestamp indicating when the knowledge base entry was created.

updated_at
string
required

Timestamp indicating when the knowledge base entry was last updated.