List sources
Knowledge Hub - Sources
List sources
Returns a paginated list of Knowledge Hub sources. List rows are metadata
only — pass ?include=content on the detail endpoint to fetch the
extracted text.
Filter by type, status, folder, or free-text query.
GET
List sources
Authorizations
API key created in Settings > API.
Format: exec_live_ followed by 40 alphanumeric characters.
Query Parameters
Filter by source type
Available options:
upload, url, notion, google_drive, guru, page, integration Filter by extraction status
Available options:
pending, processing, ready, failed Filter by folder UUID
Case-insensitive search over source titles
Filter to sources attached to this page (page UUID)
Pagination page number (1-indexed) — which page of results to return, not a Knowledge Hub page.
Required range:
x >= 1Number of results per page (max 100)
Required range:
1 <= x <= 100