v1
latestOpenAPI 3.1.02026-08-0450121252.8 KBVehicle Command Executions
Get Vehicle Command Execution
Retrieve detailed information about a vehicle command execution by specifying its unique identifier (ID).
Parameters:
- vehicle_id: The unique identifier (ID) of the vehicle.
- vehicle_command_execution_id: The unique identifier (ID) of the vehicle command execution.
Returns:
- A response containing detailed information about the vehicle command execution.
Possible Codes in Error Response (see Errors for error response schema and meaning of codes):
- AUTHENTICATION_ERROR
- REQUEST_VALIDATION_ERROR
- RESOURCE_NOT_FOUND
- SERVER_ERROR
get/v1/vehicles/{vehicle_id}/command-executions/{vehicle_command_execution_id}
Path parameters
vehicle_command_execution_idstring required
ID of the vehicle command execution.
ID of the vehicle command execution.
vehicle_idstring required
Unique internal identifier for the vehicle.
Unique internal identifier for the vehicle.
Response
Successful Response