Endpoint Examples
List Knowledge Items
This endpoint fetches knowledge items from your Fini workspace based on filters such as status, keyword, category, or escalation settings.
GET
Query Parameters
Filter knowledge items by status. Valid values: LIVE
, IN_REVIEW
, DRAFT
.
Filter items containing this question
Filter items containing this answer
Filter items that include the specified keyword.
Filter items under a specific category.
Filter items under a specific subcategory.
Filter items marked for escalation
Filter items by the associated instruction content
Headers
API key for authentication. Format: Bearer your_api_key_here
.
Response
Indicates if the API call was successful.
List of matching knowledge items.