---
title: "View the List of ECU for specific vehicleId."
method: POST
path: "/vehicles/{vehicleId}/ecuReadouts"
tags: ["Electronical Control Units (ECU's)"]
---

# View the List of ECU for specific vehicleId.

`POST /vehicles/{vehicleId}/ecuReadouts`

This API creates a readout of ECUs for one vehicle. If the result is available immediately, the result is returned. If the result isn't available, a location to the ECU readout is returned. This location shall be polled until the result is available. INFO: GET Requests are not yet supported!

## Path parameters

- `vehicleId` string, required

## Query parameters

- `ecuId` string

## Response `201`

Returns an ECU List

## Other responses

- `202` — The request has been accepted for processing, but not completed.
- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment required
- `403` — Forbidden
- `404` — Resource Not Found
- `406` — Not Acceptable
- `429` — Quota limit is exceeded.
- `500` — Internal server error
- `501` — Not Implemented
- `503` — Service Unavailable
- `505` — Version not supported

---

[API](https://skmtc.net/mercedesbenz/apis/diagnostics.md) · [All operations](https://skmtc.net/mercedesbenz/apis/diagnostics/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mercedesbenz/diagnostics/versions/75f8d91f6344/schema)
