---
title: "GET /v1/functions"
method: GET
path: "/v1/functions"
tags: ["V1Functions"]
---

# GET /v1/functions

`GET /v1/functions`

## Query parameters

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

## Response `200`

Success

- Function[]
  - `projectId` string, nullable
  - `name` string, nullable
  - `input` 'Text' | 'Image' | 'Tabular'
  - `output` 'Classification' | 'Detection' | 'Search' | 'Ocr' | 'Localization' | 'Tags' | 'BoxDetect'
  - `id` string, nullable

---

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