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 * * * *"
    }
  ]
}

Changes

Changed in 2 of the 66 revisions of this API.4

    • added the optional property triggers/items/cron to the response with the 200 status

      response-optional-property-added

    • added the optional property triggers/items/lastRunAt to the response with the 200 status

      response-optional-property-added

    • added the optional property triggers/items/nextRunAt to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog