Skip to main content
GET
/
functions
/
{slug}
Execute function (GET)
curl --request GET \
  --url https://api.example.com/functions/{slug}
{
  "message": "Hello, World!"
}

Path Parameters

slug
string
required

Function slug identifier

Response

Function executed successfully

The response is of type object.