Search the catalog
Applications
Search the catalog
Search the global reference catalog. This endpoint paginates by page number rather than by offset, and its page size is fixed by the catalog service. Stop as soon as `data` comes back empty.
Required scope applications:read
get
/application-catalogAuthorizations
AuthorizationstringrequiredAuthorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.
Query parameters
pageintegerdefault 1Page to fetch, 1-based.
min: 1
searchstringFree-text search on the software name.
categoryIdstring<uuid>Keep only entries in this category.
langstringLanguage the descriptions are returned in.
Response200 · application/json
A page of catalog entries.
dataany[]requiredThe page of entries.
totalintegerrequiredTotal number of entries matching the search.
pageintegerrequiredThe page that was returned.