List Drive Cycles For Template

List drive cycles linked to experiments under a given template.

Parameters

template_id : str Experiment template UUID. limit : int Maximum number of items to return (1–100). Defaults to 100. offset : int Zero-based page offset. Defaults to 0.

Returns

DriveCycleListResponse Paginated list of {id, name} items with count and total.

get/drive-cycles

Query parameters

template_idstring required
limitinteger
offsetinteger

Response

Successful Response

countinteger required
totalinteger required

Changes

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