---
title: "Search Functions"
method: GET
path: "/v1/functions/search"
tags: ["functions"]
---

# Search Functions

`GET /v1/functions/search`

Returns the basic information of a list of functions.

## Query parameters

- `app_names` string[], nullable — List of app names for filtering functions.
- `intent` string, nullable — Natural language intent for vector similarity sorting. Results will be sorted by relevance to the intent.
- `configured_only` boolean — If true, only returns functions of apps that are configured.
- `limit` integer — Maximum number of Apps per response.
- `offset` integer — Pagination offset.

## Response `200`

Successful Response

- FunctionBasic[]
  - `name` string, required
  - `description` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/aci/apis/aipolabs.md) · [All operations](https://skmtc.net/aci/apis/aipolabs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aci/aipolabs/revisions/718400d06fee/schema)
