Skip to main content
GET
/
api
/
v1
/
kg
/
global
/
search
Global Search
curl --request GET \
  --url https://api.example.com/api/v1/kg/global/search
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.oktolabs.ai/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

q
string
default:""
limit
integer
default:20
Required range: 1 <= x <= 100
min_similarity
number
default:0.3
Required range: 0 <= x <= 1

Response

Successful Response

Last modified on May 8, 2026