Sources
List sources
List knowledge-base sources for a project
GET
Returns a paginated list of knowledge-base sources (files, URLs, and domains).
Authentication
Project API key for this organization and project. Format:
bot_live_…Path parameters
Organization ID. Must match the API key.
Project ID. Must match the API key.
Query parameters
Number of records to skip.
Page size. Range:
1–100.JSON filter object, for example
{"source_type":"files","sync_status":"success"}.JSON sort object, for example
{"created_at":-1}.Response
Source objects with type, sync status, size/type metadata, and creator info.
Pagination metadata.
Errors
Missing, invalid, or revoked API key.
API key is not authorized for this organization or project.

