User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In
API Reference

List Attributes from a Dataset

List a dataset's attributes

🚧

Specifying which attributes to retrieve

The optional parameter id=<attributeName> can be included in the query for one or more attributes. If no ids are specified, the full list of attributes will be returned.

Response Fields

Returns a list of JSON objects. For each attribute, the name and data type are returned.

FieldDescription
nameThe name of the attribute.
typeThe type of the attribute. Will contain a base type. For certain base types, such as array or map, it will also contain an inner type describing the type contained by the base type (e.g. boolean or int).
Language