Functions
Get a Function Version
Retrieve a specific historical version of a function.
Versions are immutable. Use this endpoint to inspect what a function looked like at the moment a particular call was made — every event and transformation records the function version it ran against.
get/v3/functions/{functionName}/versions/{versionNum}
Path parameters
functionNamestring required
versionNuminteger required
Query parameters
includeExtraSettingsboolean
Populate the version's extraConfig block. Omitted or false by default, in which case extraConfig is absent from the response.
Response
The request has succeeded.