Skip to main content
GET
Get a function
Requires an API key with the environment:functions:read scope. Learn more about API key scopes.
Returns a single deployed function.

Authorizations

Authorization
string
header
required

The secret key from your Nango environment.

Path Parameters

uniqueKey
string
required

The integration ID (unique_key) that you created in Nango.

name
string
required

The name of the function.

Query Parameters

type
enum<string>

Disambiguates when multiple functions share the same name.

Available options:
sync,
action,
on-event

Response

Successfully returned the function

data
object
required

A deployed function (sync, action, or on-event) merged with its deployment metadata.