Functions
List function deployments
List a function's deployment history, newest first. Source code is omitted; fetch a single deployment via GET /v1/functions/deployments/{deploymentId} for full details.
get/v1/functions/{functionId}/deployments
Path parameters
functionIdstring required
Zavu Function ID.
Query parameters
limitinteger
Response
Deployment history.
Changes
Changed in 1 of the 66 revisions of this API.1
- ○
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
- ○