Knowledge Bases
Get a knowledge base by slug
Retrieves a knowledge base with its processing status, document count, chunk count, and a list of all documents. Use this to verify that uploaded documents have finished indexing before relying on them in prompts.
GET
PromptJuggler PHP SDK
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Knowledge base handle
Response
Knowledge base with documents
Knowledge base with documents
PromptJuggler PHP SDK