Headers
Your API key for authentication.
Path Parameters
The unique identifier of the knowledge base to retrieve.
Response
The knowledge base object.
Unique identifier for the knowledge base.
Name of the knowledge base.
Description of the knowledge base (if provided).
Current status:
"PROCESSING"
, "COMPLETED"
, "FAILED"
, or "DELETED"
.Type of knowledge base:
"FILE"
, "WEB_SCRAPE"
, or "TEXT"
.Source URLs for web scrape type (comma-separated).
Base URL for web scrape type.
ISO timestamp of creation.
ISO timestamp of last update.
Error message if status is
"FAILED"
.Will be
null
on successful request.