Skip to main content

Search User Elementals

Return all elementals from an user (inside the API Key)

GET/v1/user/elementals

Properties

NameTypeRequiredDescription
typestringType of the elemental (ex: prompt,snippet,document,automation)

Example

/v1/user/elementals?type=prompt

or

/v1/user/elementals?type=snippet

or

/v1/user/elementals?type=document

or

/v1/user/elementals?type=automation

CURL Example

curl -X GET "https://api-integrations.snackprompt.com/v1/user/elementals?type=prompt" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY"