---
title: "List all functions"
method: GET
path: "/v1/projects/{ref}/functions"
tags: ["Edge Functions"]
---

# List all functions

`GET /v1/projects/{ref}/functions`

Returns all functions you've previously added to the specified project.

## Path parameters

- `ref` string, required

## Response `200`

- FunctionResponse[]
  - `id` string, required
  - `slug` string, required
  - `name` string, required
  - `status` 'ACTIVE' | 'REMOVED' | 'THROTTLED', required
  - `version` integer, required
  - `created_at` integer, required
  - `updated_at` integer, required
  - `verify_jwt` boolean
  - `import_map` boolean
  - `entrypoint_path` string
  - `import_map_path` string
  - `ezbr_sha256` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden action
- `429` — Rate limit exceeded
- `500` — Failed to retrieve project's functions

---

[API](https://skmtc.dev/supabase/apis/management-api.md) · [All operations](https://skmtc.dev/supabase/apis/management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supabase/management-api/revisions/a7cb39418064/schema)
