Skip to main content

Compile Knowledge Base

GET/v1/list/{id}/knowledge-base

Properties

NameTypeRequiredDescription
idnumberID of the list to compile
formatstringOutput format (text, markdown, json)
group_bystringGroup data by row or column
fieldsstringFields for the knowledge return (id, title, type, description, content, url, images, video, tutorial and files)

Example

/v1/list/16008/knowledge-base

CURL Example

curl -X GET "https://api-integrations.snackprompt.com/v1/list/{id}/knowledge-base" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY"