---
title: "GET /v1/functions/{functionId}/labels"
method: GET
path: "/v1/functions/{functionId}/labels"
tags: ["Labels"]
---

# GET /v1/functions/{functionId}/labels

`GET /v1/functions/{functionId}/labels`

## Path parameters

- `functionId` string, required

## Query parameters

- `startIndex` integer
- `count` integer
- `cursor` string
- `maxItems` integer
- `batchSize` integer
- `lastItemIndex` integer

## Response `200`

Success

- Label[]
  - `name` string, nullable
  - `description` string, nullable
  - `metadata` object, nullable
  - `id` string, nullable

---

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