Data

Get a data object

The full record of a single data object.

Required scope data:read

get/data/{id}

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 data object.

Response200 · application/json

The data object.

idstring<uuid>required

Identifier of the data object.

namestringrequired

Name of the data object.

typesstring[]

Types of data the object holds.

privacystring | null

Privacy classification of the data.

criticalitystring | null

Business criticality of the data.

descriptionstring | null

Short description of the data object.

updatedAtstring<date-time>

Timestamp of the last change, usable for change detection.

categoryobject | null

Category the data object belongs to.

customFieldsany[]

Workspace custom fields and their values.