Metrology
Get Metrology Timeseries
Retrieve metrology measurement timeseries data
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 entrynumber
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 propertiesResponse
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