Skip to main content
GET
Returns every processed OES result associated with a data entry. Use this for multi-spectrum captures (for example, NetCDF files that hold several spectra), where GET /oes/{data_id} returns only the latest result.
string
required
The data entry UUID for the OES measurement
integer
default:"100"
Maximum number of results to return (1–1000)
integer
default:"0"
Number of results to skip for pagination

Response

Returns an array of OES result objects, ordered oldest to newest. Each object has the same shape as the Get OES Data response.