Functions

Get a Function

Retrieve a function's current version by name.

Returns the function record with its currentVersionNum and the configuration of that version. To inspect a historical version, use GET /v3/functions/{functionName}/versions/{versionNum}.

get/v3/functions/{functionName}

Path parameters

functionNamestring required

Query parameters

includeExtraSettingsboolean

Populate the function's extraConfig block. Omitted or false by default, in which case extraConfig is absent from the response.

Response

The request has succeeded.

Changes