Stay up to date with the latest changes to Synthflow.

This changelog provides granular, real-time updates as changes are released. For a monthly summary of platform changes, visit feedback.synthflow.ai/changelog.

For system status, reliability information, and service health, visit status.synthflow.ai.


Knowledge Base Sources API

A new endpoint has been added to retrieve the list of sources attached to a knowledge base.

New endpoints:

EndpointTitle
GET /knowledge_base/{knowledge_base_id}/sourcesList knowledge base sources
  • List knowledge base sources: Returns a paginated list of sources for a given knowledge base, including each source’s type, name, content_preview, url, and timestamps (created_at, updated_at). Use the limit and offset query parameters to control pagination.