Get Drive Cycle
Fetch a single drive cycle including its data array.
Parameters
drive_cycle_id : str Drive cycle UUID.
Returns
DriveCycle Full drive cycle record with data.
Raises
NotFoundError If the drive cycle does not exist or is not accessible.
Path Parameters
Response
Successful Response
Pydantic model for the drive_cycles table.
Drive cycle filename (e.g. WLTP_5Ah_10%%_1800s.txt)
Two-column array [[time, current], ...]
Owning organization
Unique identifier
SHA-256 hash of name + canonical data for deduplication
Creation timestamp
Source measurement ID when drive cycle was extracted from measurement data
User ID of the uploader. Drive cycles are deduplicated by content hash, so this is whoever uploaded the content first.