v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1433660423.8 KB

Retrieves information from one or more knowledge bases using an agentic approach. Agentic retrieval uses a foundation model to intelligently decompose complex queries into sub-queries and iteratively retrieve relevant information from your knowledge bases. This approach improves retrieval accuracy for complex, multi-step questions that a single retrieval pass might not fully address.

The operation returns results through a stream that includes retrieval results, trace events for visibility into the process, and a generated response synthesized from the results by default, which can be turned off.

post/agenticRetrieveStream

Request body

generateResponseboolean

Whether to generate a response based on the retrieved results.

nextTokenstring

Opaque continuation token for paginated results.

Response

Success

All 33 operations