Query Fields#
Datasets#
Basic Fields#
Name |
Aliases |
Description |
Comparators |
Sortable |
|---|---|---|---|---|
|
N/A |
ISO8601 timestamp when the dataset was created. |
|
|
|
N/A |
User who created the dataset. |
|
|
|
|
A |
|
|
|
N/A |
Human-readable description of the dataset. |
|
|
|
N/A |
The unique ID of the device which created the dataset, or null if created by a human user. |
|
|
|
N/A |
Custom key-value pairs added by users to categorize the dataset. |
Other - See (1) |
|
|
N/A |
ISO8601 timestamp when the dataset was last modified. |
|
|
|
N/A |
User who last modified the dataset. |
|
|
|
N/A |
A short name for this dataset. |
|
|
|
N/A |
Org which owns the dataset. |
|
|
|
N/A |
Custom string tags added by users to categorize the dataset. |
|
|
Metadata queries require you to continue the field with
.keyname, and the supported comparators depend on the type of the metadata value.
Entity References#
files[0] - A file belonging to the dataset
topics[0] - A topic belonging to any file in the dataset
Files#
Basic Fields#
Name |
Aliases |
Description |
Comparators |
Sortable |
|---|---|---|---|---|
|
|
Unique ID of the resource which the file belongs to. |
|
|
|
N/A |
ISO8601 timestamp when the file was uploaded. |
|
|
|
N/A |
User who uploaded the file. |
|
|
|
N/A |
Human-readable description of the file and its contents. |
|
|
|
N/A |
The unique ID of the device which uploaded the file, or null if uploaded by a human user. |
|
|
|
|
Unique ID for the file. |
|
|
|
N/A |
Custom key-value pairs added by users to categorize the file. |
Other - See (1) |
|
|
N/A |
ISO8601 timestamp when the file was last modified. |
|
|
|
N/A |
User who last modified the file. |
|
|
|
N/A |
The name of the file. |
|
|
|
N/A |
Org which owns the file. |
|
|
|
N/A |
Identifies the client and user that uploaded the file. |
|
|
|
|
Full path to the file in the context of its associated resource. |
|
|
|
N/A |
File size in bytes |
|
|
|
N/A |
Lifecycle status of the file. |
|
|
|
N/A |
Custom string tags added by users to categorize the file. |
|
|
|
N/A |
Unique ID of the upload transaction responsible for this file. |
|
|
|
N/A |
The URI of the file. |
|
|
Metadata queries require you to continue the field with
.keyname, and the supported comparators depend on the type of the metadata value.
Entity References#
dataset - The dataset the file belongs to
topics[0] - A topic belonging to the file
Topics#
Basic Fields#
Name |
Aliases |
Description |
Comparators |
Sortable |
|---|---|---|---|---|
|
|
Unique ID of the resource which the topic belongs to. |
|
|
|
N/A |
Type of the resource which the topic belongs to. |
|
|
|
N/A |
ISO8601 timestamp when the topic was created. |
|
|
|
N/A |
User who created the topic. |
|
|
|
N/A |
Epoch nanosecond timestamp of the last message in the topic. |
|
|
|
N/A |
The number of messages in the topic. |
|
|
|
N/A |
Custom key-value pairs added by users to categorize the topic. |
Other - See (1) |
|
|
N/A |
ISO8601 timestamp when the topic was last modified. |
|
|
|
N/A |
User who last modified the topic. |
|
|
|
|
Reference a single property within a topic, e.g. |
Other - See (2) |
|
|
N/A |
Org which owns the topic. |
|
|
|
N/A |
Checksum that uniquely identifies a schema version. |
|
|
|
N/A |
Name of the schema used to serialize messages in the topic. |
|
|
|
N/A |
Monotonically increasing version of a schema. |
|
|
|
N/A |
Epoch nanosecond timestamp of the first message in the topic. |
|
|
|
|
Unique numeric ID for the topic. |
|
|
|
|
Name for the topic. |
|
|
Metadata queries require you to continue the field with
.keyname, and the supported comparators depend on the type of the metadata value.Message paths follow entity reference syntax
Entity References#
dataset - The dataset the topic belongs to
file - The file the topic belongs to
msgpaths[topic_name.full.message.path] - An individual field within a topic. A property must be specified at the end, such as min, mean, or max: msgpaths[cpuload.load].mean > 0
Message Paths#
Basic Fields#
Name |
Aliases |
Description |
Comparators |
Sortable |
|---|---|---|---|---|
|
N/A |
Data type normalized to a common representation across frameworks and serialization formats. |
|
|
|
N/A |
ISO8601 timestamp when the message path was created. |
|
|
|
N/A |
User who created the message path. |
|
|
|
N/A |
Framework-specific data type of the attribute at this path, e.g. |
|
|
|
|
Dot-delimited path to an attribute within a topic datum record. |
|
|
|
|
Unique numeric ID for the message path. |
|
|
|
N/A |
Custom key-value pairs added by users to categorize the message path. |
Other - See (1) |
|
|
N/A |
ISO8601 timestamp when the message path was last modified. |
|
|
|
N/A |
User who last modified the message path. |
|
|
|
N/A |
Unique numeric ID for the topic to which this message path is associated. |
|
|
Metadata queries require you to continue the field with
.keyname, and the supported comparators depend on the type of the metadata value.
Pre-computed statistics for message paths can also be accessed via the metadata field, for example metadata.max and metadata.mean.
Entity References#
dataset - The dataset the message path belongs to
file - The file the message path belongs to
topic - The topic the message path belongs to
Events#
Basic Fields#
Name |
Aliases |
Description |
Comparators |
Sortable |
|---|---|---|---|---|
|
|
ISO8601 timestamp when the event was created. |
|
|
|
N/A |
User who created the event. |
|
|
|
N/A |
Free-text description of the event. |
|
|
|
N/A |
UTC timestamp of the end of the event. Supply as Unix epoch nanoseconds or an ISO8601 string. |
|
|
|
|
Unique ID for the event. |
|
|
|
N/A |
Custom key-value pairs added by users to categorize the event. |
Other - See (1) |
|
|
|
ISO8601 timestamp when the event was last modified. |
|
|
|
N/A |
User who last modified the event. |
|
|
|
|
Display name for the event. |
|
|
|
N/A |
Org which owns the event. |
|
|
|
N/A |
UTC timestamp of the start of the event. Supply as Unix epoch nanoseconds or an ISO8601 string. |
|
|
|
N/A |
Custom string tags added by users to categorize the event. |
|
|
Metadata queries require you to continue the field with
.keyname, and the supported comparators depend on the type of the metadata value.
Entity References#
collection.collection_id / collection.id - Filter to events belonging to a specific collection
Collections#
Basic Fields#
Name |
Aliases |
Description |
Comparators |
Sortable |
|---|---|---|---|---|
|
|
Unique |
|
|
|
N/A |
ISO8601 timestamp when the collection was created. |
|
|
|
N/A |
User who created the collection. |
|
|
|
N/A |
Human-readable description of the collection. |
|
|
|
N/A |
Short display name for the collection. |
|
|
|
N/A |
Primary resource type stored in this collection ( |
|
|
|
N/A |
Custom string tags added by users to categorize the collection. |
|
|
|
N/A |
ISO8601 timestamp when the collection was last modified. |
|
|
|
N/A |
User who last modified the collection. |
|
|
Entity References#
No entity references are defined for Collections.