Applications

List applications

Search, filter and sort the application inventory of your workspace. Paginated in the database, so `pagination.total` reflects the filters you passed.

Required scope applications:read

get/applications

Authorizations

Authorizationstringrequired

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

Query parameters

searchstring

Free-text search on the application name.

categoryIdstring<uuid>

Keep only applications in this category.

criticalitystring

Keep only applications at this business criticality.

hostingTypestring

Keep only applications with this hosting type.

tagstring

Keep only applications carrying this tag.

teamIdstring<uuid>

Keep only applications owned by this team.

sortstring

Field to sort on.

directionenum<string>

Sort direction.

Available options: asc, desc

limitintegerdefault 50

Page size. Clamped to [1, 200] — out-of-range values are silently brought back into range, never rejected.

min: 1 · max: 200

offsetintegerdefault 0

Number of items to skip. Floored at 0.

min: 0

Response200 · application/json

A page of applications.

dataany[]required

The page of items.

paginationobjectrequired

Offset pagination envelope shared by every paginated list endpoint.