Skip to main content
GET
PromptJuggler PHP SDK

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

slug
string
required

Knowledge base handle

Response

Knowledge base with documents

Knowledge base with documents

id
string<uuid>
required

Knowledge base ID

status
enum<string>
required

Processing status

Available options:
pending,
ready,
failed
documentCount
integer
required

Total number of documents

chunkCount
integer
required

Total number of chunks across all documents

documents
object[]
required