Skip to main content
A read-only InsiteChat API endpoint that lists every active training source on a chatbot — websites, uploaded files, Google Drive folders, Notion pages, Dropbox files, custom Q&A, and more. Use it to inspect what your chatbot is trained on, monitor crawl status, or build sync dashboards.

List Sources

Returns every source on the chatbot (excluding soft-deleted ones), newest first.

Request

Response

A bare JSON array (no wrapping envelope):

Response Fields

Source Types

The “backend type only” rows above mean the type can appear in API responses on accounts where support has manually enabled the source, but you can’t add new sources of those types from the dashboard yet. See Source Management for the current UI inventory.

Error Responses

Error bodies use Django Ninja’s default {"detail": "..."} shape.