List Annotations
Annotations
List Annotations
Available for: Chatflow, Chatbot, Agent apps.
Lists the app’s annotations, optionally filtered by keyword.
GET
List Annotations
Authorizations
Every request authenticates with an API key: Authorization: Bearer {API_KEY}. App endpoints take an app API key; knowledge endpoints take a knowledge base API key (Get Started).
Keep keys server-side; never embed them in client code. Requests with a missing or invalid key fail with HTTP 401 (unauthorized).
Query Parameters
Page number.
Required range:
x >= 1Number of items per page. Requests above 100 are capped at 100.
Required range:
x >= 1Keyword to filter annotations by question or answer content.
Response
200 - application/json
Successfully retrieved annotation list.