Skip to main content
GET
List Knowledge Documents

Authorizations

Authorization
string
header
required

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

Path Parameters

knowledge_id
string
required

Knowledge base ID

Query Parameters

process_status
enum<integer> | null

Keep only documents in this parsing state. 0: queued, 100: processing, 200: completed, 300: failed

Available options:
0,
100,
200,
300

Response

Successful Response

document_id
string
required
name
string | null
process_status
enum<integer> | null

0: queued, 100: processing, 200: completed, 300: failed

Available options:
0,
100,
200,
300
created_at
integer | null
entity_names
string[] | null