Functions

List Function Versions

List every version of a function.

Returns the full version history, newest-first. Each row captures the configuration the function had between updates. Useful for audits ("when did this schema change?") and for diffing two versions before promoting an update to production.

get/v3/functions/{functionName}/versions

Path parameters

functionNamestring required

Query parameters

limitinteger
sortOrder'asc' | 'desc'
startingAfterinteger
endingBeforeinteger

Response

The request has succeeded.

totalCountinteger

The total number of results available.

Changes