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-catalog

Authorizations

Authorizationstringrequired

Authorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.

Query parameters

pageintegerdefault 1

Page to fetch, 1-based.

min: 1

searchstring

Free-text search on the software name.

categoryIdstring<uuid>

Keep only entries in this category.

langstring

Language the descriptions are returned in.

Response200 · application/json

A page of catalog entries.

dataany[]required

The page of entries.

totalintegerrequired

Total number of entries matching the search.

pageintegerrequired

The page that was returned.