List scraped URLs in a knowledge base + their status
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.
Authentication
AuthorizationBearer
API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.
Path parameters
id
24-char hex ObjectId of the knowledge base.
Response
Successful response.
status
data
Errors
401
Unauthorized Error
500
Internal Server Error

