Skip to main content
GET
/
api
/
salt
/
functions
List Functions Route
curl --request GET \
  --url https://api.example.com/api/salt/functions
{
  "functions": [
    "<string>"
  ],
  "cached_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://www.halite-app.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

functions
string[]
required
cached_at
string<date-time>
required