List Knowledge Sources
List Knowledge Sources
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
Your API key.
Your Auth Token.
Body
Params
No fields required. Send an empty object.
Example Requests
List all sources
Response
Each item includes the sourceid, 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.

