Get knowledge base recipes
Returns the recipes associated with the knowledge base ID you specify.
Path parameters
id
The ID of the knowledge base for which you plan to retrieve associated recipes.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
query
Search query.
page
Page number of the recipes to fetch. Minimum value is 1
.
per_page
Number of recipes to return in a single page. Minimum value is 1
. Maximum value is 50
.
sort_term
The field or term to sort results by. For example: name
or latest_activity
.
Response
Knowledge base recipes retrieved successfully
id
The unique identifier of the recipe.
name
The name of the recipe.
description
A description of what the recipe does.
knowledge_base_id
The ID of the associated knowledge base.