GET
Get Kb

Authorizations

Authorization
string
header
required

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

Path Parameters

kb_id
string<uuid>
required

Response

Successful Response

The full single-KB view: the ToC tree + stage-specific curation data.

created_at
string<date-time>
required
id
string<uuid>
required
name
string
required
status
enum<string>
required
Available options:
discovering,
review,
transcribing,
generating,
ready,
error
updated_at
string<date-time>
required
all_data_summary
string | null
created_by
string<uuid> | null
discovered
string[] | null
error
string | null
max_pages
integer
default:1000
node_count
integer | null
notes
string
default:""
parents
Parents · object | null
progress
KbProgress · object

Build-stage progress written to knowledge_bases.progress JSONB.

seeds
string[]
tree
KbTreeNode · object[] | null
unplaced
string[] | null
url_count
integer | null