Skip to main content
GET
List functions
Requires an API key with the environment:functions:list scope. Learn more about API key scopes.
Returns the functions deployed to an integration.

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.

Query Parameters

type
enum<string>

Filter by function type.

Available options:
sync,
action,
on-event

Case-insensitive filter on the function name.

Required string length: 1 - 255
page
integer
default:0
Required range: x >= 0
limit
integer
default:20
Required range: 1 <= x <= 100

Response

Successfully returned the integration's functions

data
object[]
required

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

pagination
object
required