---
title: "List custom functions"
method: GET
path: "/functions"
tags: ["Custom functions"]
---

# List custom functions

`GET /functions`

Retrieves a list of custom functions available in the team. The response contains `id`, `name`, `description` and a brief updates history of all custom functions available in the team.

Check availability of the custom functions feature with the API call `GET /organizations/{organizationId}` for the organization to which the team belongs. If the response contains `"customFunctions": true` pair in the `license` object then you have access to the custom functions feature.

Refer to the [Make pricing page](https://www.make.com/en/help/general/pricing-parameters) for Make pricing plans overview.

## Query parameters

- `teamId` integer, required
- `cols[]` string[]

## Response `200`

Successful response

- object
  - `functions` object[]
    - `id` integer
    - `name` string
    - `args` string
    - `description` string
    - `updatedAt` string, date-time
    - `createdByUser` object
      - `id` integer
      - `name` string
      - `email` string
    - `createdAt` string, date-time

---

[API](https://skmtc.dev/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.dev/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/make/web-api-v2-public/revisions/531769e6f813/schema)
