Skip to main content
GET
Returns processed ellipsometry timeseries data. Data is organized by property name (for example, film thickness or refractive index), where each property has its own arrays of timestamps and values sharing a common time axis.
string
required
The data entry UUID for the ellipsometry measurement
boolean
default:"false"
If true, returns null instead of an error when no timeseries data exists for this entry
integer
Return only the last N samples per property (useful for incremental fetching during live monitoring)
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, refractive_index).
object
Convenience mapping of property name to its unit
array
All property names recorded for this data entry, regardless of any property_names filter applied to the response
number
Maximum relative_time_seconds value across all properties