v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0114775543.6 KB
Knowledge Base

List scraped URLs in a knowledge base + their status

Returns every URL added to the knowledge base via POST /knowledgebase/{id}/scrape-urls, with its current scrape/index status. Poll this after kicking off a scrape job to track progress.

get/knowledgebase/{id}/scraped-urls

Path parameters

idstring required

24-char hex ObjectId of the knowledge base.

Response

Successful response.

statusboolean

Example response

{
  "status": true
}