Skip to main content
GET
Get knowledge source

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

knowledgeSourceId
string<uuid>
required

Knowledge source identifier

Response

Knowledge source

An account-level source used to inform generated content.

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