Agentic Search

Agent that iteratively searches, reads, navigates hierarchies, and collects results.

Authentication

x-api-keystring
API Key authentication via header

Path parameters

readable_idstringRequired

Request

This endpoint expects an object.
querystringRequired
Search query text.
thinkingbooleanOptionalDefaults to false

Enable extended thinking / chain-of-thought.

filterlist of objects or nullOptional

Filter groups (combined with OR).

limitinteger or nullOptional>=1
Max results. None means agent decides.

Response

Successful Response
resultslist of objects or null
Search results ordered by relevance.

Errors