Skip to main content

Get Elemental by ID

Get an elemental by its ID.

GET/v1/elemental/{id}

Properties

NameTypeRequiredDescription
idstringID of the elemental
formatstringOutput format (text, markdown, json, default (json and markdown))
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/elemental/your-elemental-id

CURL Example

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