Retrieval
Retrieve
Retrieve relevant chunks via hybrid search (vector + full-text), with filtering on built-in or user-defined metadata.
post/api/v1/retrieval/retrieve
Query parameters
project_idstring uuid nullable
organization_idstring uuid nullable
Cookies
sessionstring nullable
Request body
Example request
{
"index_id": "idx-abc123",
"query": "What are the key findings?",
"top_k": 10,
"rerank": {
"top_n": 5
}
}Response
Successful Response