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/cronto the response with the200statusresponse-optional-property-added
- ○
added the optional property
triggers/items/lastRunAtto the response with the200statusresponse-optional-property-added
- ○
added the optional property
triggers/items/nextRunAtto the response with the200statusresponse-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
- ○