Confirm a signed URL upload and finalize the measurement
Confirm a signed URL upload and finalize the measurement.
Path Parameters
Body
Request model for confirming a signed URL upload.
Parent cell instance ID
Measurement data with custom fields
Type of measurement being confirmed.
time_series, file, properties Optional steps. Auto-calculated from time series if omitted
Filenames that were uploaded (for file-type measurements). When provided, skips the slow storage listing verification.
Response
Successful Response
Flat response after confirming a signed URL upload.
Measurement fields (id, name, measurement_type, etc.) are at the top level, alongside the parent instance and upload metadata.
1 - 255Organization this measurement belongs to.
Model representing a cell instance as returned by the API.
Protocol information. Typical keys: 'name' (str), 'ambient_temperature_degc' (float), 'definition' (dict | str — a UCP protocol definition or another protocol format).
ISO 8601 datetime with timezone (UTC preferred) marking when the test started.
ISO 8601 datetime with timezone (UTC preferred) marking when the test finished. Leave null while the test is still running; set it once the measurement is complete. A null end_time means the cell is still considered 'on test' in the Lab view.
Physical test setup. Typical keys: 'cycler' (model), 'operator', 'lab', 'channel_number' (int).
Set to true only once step-type labels (Rest, CC charge, CV, discharge, etc.) have been manually reviewed. Server-inferred labels should leave this false.
Free-text notes about the cell measurement
What shape of data this measurement holds. Determines which fields are populated and which upload flow applies. See the class docstring.
time_series, file, properties Flat key/value measurements, populated only when measurement_type is 'properties'. Numeric values use the Quantity format. Example: {'thickness': {'value': 0.52, 'unit': 'mm'}, 'DCIR': {'value': 12, 'unit': 'mohm'}}.
Metadata about uploaded files (MIME types, dimensions, etc.)
Optional ID of the channel this measurement ran on.
Project this measurement belongs to
User ID of the user who created this measurement
Email of the user who created this measurement