v1

latestOpenAPI 3.0.1Vanta Terms of Service2026-07-26327517821.8 KB
Knowledge Base

List Answer Library entries

List Answer Library entries. Supports full-text search, tag filtering (OR across the given tags), and date-range filters on last-updated and expiration.

get/knowledge-base/answer-library

Query parameters

pageSizeinteger

Controls the maximum number of items returned in one response from the API.

pageCursorstring

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.

qstring

Full-text search across question and answer.

lastUpdatedAfterstring

Only include entries updated at or after this ISO 8601 timestamp.

lastUpdatedBeforestring

Only include entries updated at or before this ISO 8601 timestamp.

matchesTagsstring

JSON-encoded array of {categoryId, tagId} pairs. Entries matching any of the given tags are returned (OR filter). 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).

expiresBeforestring

Only include entries expiring at or before this ISO 8601 timestamp.

expiresAfterstring

Only include entries expiring at or after this ISO 8601 timestamp.

Response

Ok