Execute a search on a specific tab of a public App — no authentication required.
Routes tab_id → retriever → results. Each tab can be backed by either:
retriever_id) — org-scopedpublic_name) — proxied via public APIThe inputs dict is passed directly to the retriever’s input_schema.
Extra top-level fields are automatically merged into inputs.
Example:
{
"tab_id": "search",
"inputs": { "query": "red sneakers" },
"settings": { "limit": 20 }
}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Globally unique app slug
Search results from the tab's retriever