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

