Skip to main content
GET
Returns timeseries data from metrology instruments. Data is organized by property name, where each property has its own arrays of timestamps and values, allowing different sampling rates per property.
string
required
The data entry UUID for the metrology measurement
boolean
default:"false"
If true, returns null instead of an error when no timeseries data exists for this entry
number
Only return data points after this elapsed time (seconds). Useful for incremental fetching during live monitoring.
array
If set, only these property columns are returned. Omit to return all properties.
boolean
default:"false"
If true, skip the data and return a metadata-only response listing the available properties

Response

object
Mapping of property names to their timeseries data. Each key is a property name (e.g., thickness, temperature).
number
Maximum relative_time_seconds value across all properties