Get a data object
Data
Get a data object
The full record of a single data object.
Required scope data:read
get
/data/{id}Authorizations
AuthorizationstringrequiredAuthorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.
Path parameters
idstring<uuid>requiredIdentifier of the data object.
Response200 · application/json
The data object.
idstring<uuid>requiredIdentifier of the data object.
namestringrequiredName of the data object.
typesstring[]Types of data the object holds.
privacystring | nullPrivacy classification of the data.
criticalitystring | nullBusiness criticality of the data.
descriptionstring | nullShort description of the data object.
updatedAtstring<date-time>Timestamp of the last change, usable for change detection.
categoryobject | nullCategory the data object belongs to.
customFieldsany[]Workspace custom fields and their values.