List Knowledge Base resources
List Knowledge Base resources (documents and webpages) in a single paginated response. Each entry is a discriminated union on type — "FILE" entries carry a fileUrl (presigned S3 URL, valid for one hour), "URL" entries carry the resource's url and includeSubPages.
Supports full-text search, type filtering, tag filtering (OR within a category, AND across categories), and date-range filters on last-updated and expiration.
Query parameters
Controls the maximum number of items returned in one response from the API.
A marker or pointer, telling the API where to start fetching items for the subsequent page in a paginated dataset. Note that the requested page will not include the item that corresponds to this cursor but will start from the one immediately after this cursor.
Full-text search across resource titles.
Filter to FILE and/or URL resources. Repeat the param to allow either.
Only include resources updated at or after this ISO 8601 timestamp.
Only include resources updated at or before this ISO 8601 timestamp.
JSON-encoded array of {categoryId, tagId} pairs. Tags within the same category are OR'd together; tags across different categories are AND'd. For example, passing two tags from "Framework" and one tag from "Region" matches resources that have either of the two frameworks AND the given region. Discover valid categoryId and tagId values via GET /v1/customer-trust/tag-categories (to list categories) and GET /v1/customer-trust/tag-categories/{tagCategoryId} (to list tags within a category).
Only include resources expiring at or before this ISO 8601 timestamp.
Only include resources expiring at or after this ISO 8601 timestamp.
Response
Ok