---
title: "List All Functions"
method: GET
path: "/v1/functions"
tags: ["Functions"]
---

# List All Functions

`GET /v1/functions`

## Response `200`

Successful Response

- Function[]
  - `id` string
  - `created` integer
  - `updated` integer
  - `name` string
  - `payload` string — base64 encoded function body
  - `payload_size` integer
  - `compression` string
  - `metadata` object

---

[API](https://skmtc.dev/webhookrelay/apis/webhook-relay.md) · [All operations](https://skmtc.dev/webhookrelay/apis/webhook-relay/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webhookrelay/webhook-relay/revisions/ce8fd4d3cf19/schema)
