RHEED
Get RHEED Timeseries Batch
Retrieve RHEED timeseries for multiple data entries in a single request
GET
Retrieves RHEED timeseries for multiple data entries at once. Each entry in the response mirrors the payload returned by the single-item
/rheed/timeseries endpoint.
array
required
The data entry UUIDs to retrieve timeseries for
array
Restrict the results to these property names. If omitted, all available properties are returned.
boolean
default:"false"
If
true, return only the list of available property names for each entry rather than the full timeseries valuesResponse
object
A map from
data_id to that entry’s timeseries. Each value is a RHEED timeseries payload matching the single-item /rheed/timeseries endpoint.