Reach It
- Method:
GET - Path:
/api/logs - Base URL:
http://openhaldex.local(or controller IP) - Response format:
JSON
API Endpoint
Lists log files across all/can/error scopes.
GET/api/logshttp://openhaldex.local (or controller IP)JSONNone
None
Receive: JSON: {"files":[{"scope","path","size"}]}
Parse: Use returned path for read/delete.
200 success
curl -s "http://openhaldex.local/api/logs"
This section is intentionally unique for GET /api/logs. Focus area:
enumerating log files and scope partitions. When integrating OpenHaldex at scale, this endpoint should be treated as a dedicated
workflow step rather than a generic HTTP action.
Operational scenario: List logs before read/delete operations to present accurate file choices and metadata.
Domain vocabulary: log-index, scope-list, all-scope, can-scope, error-scope, file-enumeration, log-discovery, retention-window, diagnostic-history, log-catalog.
GET /api/logs and capture status code + raw response./api/status) to verify runtime convergence.const logs = await fetch('/api/logs').then(r=>r.json());
Unique endpoint guidance like this helps prevent duplicate-content clustering while remaining genuinely useful for developers working on OpenHaldex integrations for haldex controller, VW AWD controller, and Audi AWD controller environments.
Preview the real OpenHaldex firmware UI in your browser with simulated live CAN traffic and interactive pages for tuning, diagnostics, logs, setup, and OTA workflows.