v5
OpenAPI 3.1.02026-08-025631,1012.8 MBPublic Apps API
Execute an App tab search
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:
- An internal retriever (retriever_id) — org-scoped
- A marketplace catalog entry (public_name) — proxied via public API
The 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 }
}
post/v1/public/apps/{slug}/search
Path parameters
slugstring required
Globally unique app slug
Globally unique app slug
Request body
Response
Search results from the tab's retriever
{"stackTrail":"paths:/v1/public/apps/{slug}/search:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}