Skip to main content
GET
Get knowledge source

Change Log

  • 2026-07-20 · Added — Get knowledge source endpoint.
  • 2026-07-20 · Changed — The KnowledgeSource response schema no longer marks any field as required. id, kind, and status were previously guaranteed. Treat every field as optional when deserializing. Applies to all three knowledge source endpoints.

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