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.

get/drive-cycles/{drive_cycle_id}

Path parameters

drive_cycle_idstring required

Response

Successful Response

idstring nullable

Unique identifier

namestring required

Drive cycle filename (e.g. WLTP_5Ah_10%%_1800s.txt)

content_hashstring nullable

SHA-256 hash of name + canonical data for deduplication

organization_idstring required

Owning organization

created_atstring date-time nullable

Creation timestamp

measurement_idstring nullable

Source measurement ID when drive cycle was extracted from measurement data

created_bystring nullable

User ID of the uploader. Drive cycles are deduplicated by content hash, so this is whoever uploaded the content first.

Changes

No recorded changes to this endpoint across all 1 revision of this API.