Applications

List data objects

Data objects handled by the application, together with the access roles the application holds on them. Requires the data scope, not the application one.

Required scope data:read

get/applications/{id}/data

Authorizations

Authorizationstringrequired

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

Path parameters

idstring<uuid>required

Identifier of the application. Must belong to the workspace the key is bound to.

Response200 · application/json

The linked data objects and access roles.

dataany[]

The data objects linked.

rolesstring[]

Access roles the application holds.