v54

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-06178189573.7 KB
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 * * * *"
    }
  ]
}