Skip to main content
GET
Semantic search

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string<uuid>
required

Query Parameters

q
string
required

Natural-language search query.

type
enum<string>
Available options:
manual,
automatic
limit
integer
default:5
Required range: 1 <= x <= 100

Response

200 - application/json

Semantic search result page.

items
object[]
required
next_cursor
string | null
Last modified on June 30, 2026