GET
/
v1
/
functions
/
search
[
  {
    "name": "<string>",
    "description": "<string>"
  }
]

Authorizations

X-API-KEY
string
header
required

API key for authentication

Query Parameters

app_names
string[] | null

List of app names for filtering functions.

intent
string | null

Natural language intent for vector similarity sorting. Results will be sorted by relevance to the intent.

configured_only
boolean
default:false

If true, only returns functions of apps that are configured.

limit
integer
default:100

Maximum number of Apps per response.

Required range: 1 <= x <= 1000
offset
integer
default:0

Pagination offset.

Required range: x >= 0

Response

200
application/json
Successful Response
name
string
required
description
string
required