Skip to main content
GET
Returns a paginated list of knowledge-base sources (files, URLs, and domains).

Authentication

X-API-Key
string
required
Project API key for this organization and project. Format: bot_live_…

Path parameters

organization_id
string
required
Organization ID. Must match the API key.
project_id
string
required
Project ID. Must match the API key.

Query parameters

skip
integer
default:"0"
Number of records to skip.
limit
integer
default:"20"
Page size. Range: 1100.
filters
string
JSON filter object, for example {"source_type":"files","sync_status":"success"}.
sort
string
JSON sort object, for example {"created_at":-1}.

Response

items
array
required
Source objects with type, sync status, size/type metadata, and creator info.
pagination
object
required
Pagination metadata.

Errors

401
Unauthorized
Missing, invalid, or revoked API key.
403
Forbidden
API key is not authorized for this organization or project.