Skip to main content

Search Lists

Search for lists.

GET/v1/lists

Properties

NameTypeRequiredDescription
searchstringSearch term
sizenumberNumber of lists to return
pagenumberPage number
formatstringCase the size is lower than 10. Output format (text, markdown, json, default (json and markdown))
group_bystringCase the size is lower than 10. Group data by row or column
fieldsstringFields for the knowledge return (id, title, type, description, content, url, images, video, tutorial and files)

Example

/v1/lists?size=10&page=2&search=first

CURL Example

curl -X GET "https://api-integrations.snackprompt.com/v1/lists?size=10&page=2&search=first" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY"