List scraped URLs in a knowledge base + their status

View as Markdown

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

idstringRequired

24-char hex ObjectId of the knowledge base.

Response

Successful response.
statusboolean
datalist of objects

Errors

401
Unauthorized Error
500
Internal Server Error