Functions
List function triggers
get/v1/functions/{functionId}/triggers
Path parameters
functionIdstring required
Zavu Function ID.
Response
Triggers for the function.
Example response
{
"triggers": [
{
"cron": "*/15 * * * *"
}
]
}Zavu Function ID.
Triggers for the function.
{
"triggers": [
{
"cron": "*/15 * * * *"
}
]
}