Last updated: July 22, 2025
DQOps REST API labels models reference
The references of all objects used by labels REST API operations are listed below.
LabelModel
Label model that is returned by the REST API. A label is a tag that was assigned to a data source, table, column or a single check. Labels play the role of a business glossary.
The structure of this object is described below
Property name | Description | Data type |
---|---|---|
label |
Label text. | string |
labels_count |
The number of data assets tagged with this label. | integer |
nested_labels_count |
The number of data assets tagged with nested labels below this prefix node. For example, if the current label is "address", and there are nested labels "address/city" and "address/zipcode", this value returns the count of data assets tagged with these nested tags. | integer |