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.
Example response
{
"status": true
}