Skip to main content

Get List by ID

GET/v1/list/{id}

Properties

NameTypeRequiredDescription
idnumberID of the list
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/list/123

CURL Example

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