search
Search content
Searches through indexed content using query.
Required roles: All, App
post/search
Request body
Example request
{
"query": "machine learning and artificial intelligence",
"date_from": 1735639200,
"date_to": 1735639200,
"domains": [
"example.com",
"blog.example.com"
],
"limit": 10,
"authz_policy": "external-chatbot",
"principal_id": "user-123"
}Response
Successful search results
Example response
{
"created": 1677649420
}