Skip to main content
GET
List knowledge sources

Authorizations

Authorization
string
header
required

Conductor API token, sent as Bearer <your-api-token>. Generate a token from Integrations > API > Create API Token.

Path Parameters

accountId
integer
required

Account identifier

Response

Knowledge sources

id
string<uuid>
kind
enum<string>
Available options:
FILE,
TEXT
fileName
string | null

The uploaded filename for a file-based knowledge source.

text
string | null

The supplied or extracted text content.

status
enum<string>
Available options:
PENDING_UPLOAD,
STORED,
EXTRACTED,
ERROR
createdBy
object
created
string<date-time>
account
object