Annotations

List Annotations

Available for: Chatflow, Chatbot, Agent apps.

Retrieves a paginated list of annotations for the application. Supports keyword search filtering.

get/apps/annotations

Query parameters

pageinteger

Page number for pagination.

limitinteger

Number of items per page.

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