Annotations

List Annotations

Available for: Chatflow, Chatbot, Legacy Agent apps.

Lists the app's annotations, optionally filtered by keyword.

get/apps/annotations

Query parameters

pageinteger

Page number.

limitinteger

Number of items per page. Requests above 100 are capped at 100.

keywordstring

Keyword to filter annotations by question or answer content.

Response

Successfully retrieved annotation list.

has_moreboolean

true if more pages are available beyond the current result set.

limitinteger

Number of items per page.

totalinteger

Total number of annotations matching the query.

pageinteger

Current page number.

Changes

Changed in 1 of the 10 revisions of this API.2

    • for the query request parameter limit, the min was set to 1.00

      request-parameter-min-set

    • for the query request parameter page, the min was set to 1.00

      request-parameter-min-set