List pages
Returns a paginated list of Knowledge Hub pages. List rows are metadata only — the page body is omitted. Fetch a single page to get its content.
Filter by folder, status, owner, skill, free-text query, or update-date
range. Results are sorted by updated_at (newest first) by default.
API keys are workspace-scoped and admin-created, so the response includes every non-archived page in the workspace — including private and draft pages — regardless of visibility.
Authorizations
API key created in Settings > API.
Format: exec_live_ followed by 40 alphanumeric characters.
Query Parameters
Filter by folder UUID
Filter by page status
draft, published, archived Filter by the page owner's user UUID
Filter by an associated skill UUID
Case-insensitive search over page titles
Only include pages updated on or after this date (ISO 8601)
Only include pages updated on or before this date (ISO 8601)
Sort field. updated_at and created_at are newest-first; title
is A–Z.
updated_at, created_at, title Pagination page number (1-indexed) — which page of results to return, not a Knowledge Hub page.
x >= 1Number of results per page (max 100)
1 <= x <= 100