List data set fields

Returns the list of available data set fields you can choose to monitor in your logs in a stream configuration. Set the productId query parameter to get data sets available for a specific product. See the Create a stream or Edit a stream operations.

Query Params
string

Uniquely identifies the product, and allows listing data sets available for that product. In the List data set fields operation, you can provide one productId per API call.

Response

Response body
object
datasetFields
array of objects
required

Lists the data set groups and fields that the stream logs.

datasetFields*
object
string
required

Describes the data set field.

string
required

A name of the dataset group.

integer
required

Identifies the field.

string
required

Specifies the JSON key for the field in a log line. You can get this value only when you run the List data set fields or Get a stream operation for a stream in the JSON format.

string
required

A name of the data set field.

Language
Authentication
URL