Skip to main content
POST
List Knowledge Sources
Use this API to list your knowledge sources (capped at 100), each with its ingestion status and, for completed sources, signed download URLs. For a de-duplicated source (dedupOf set), embeddingStatus and the download URLs mirror the winning source’s state, matching Get Ingest Status.

Endpoint

POST https://api.velt.dev/v2/memory/knowledge/list

Headers

x-velt-api-key
string
required
Your API key.
x-velt-auth-token
string
required

Body

Params

data
object
required
No fields required. Send an empty object.

Example Requests

List all sources

Response

Each item includes the source id, mimeType, embeddingStatus (processing, completed, or failed), an optional failureReason, an optional dedupOf (the winning source id when this file deduped), and signed originalDownloadUrl/canonicalMdDownloadUrl for completed sources.

Success Response

Failure Response