Signal KSK
Signal K4mo ago
3 replies
Tika

Signal K History API not working

I'm trying to get history API working. I use signalk-to-influxdb2 and it works fine. I see the following:
- http://localhost:3000/signalk/v2/api/history/contexts?from=2025-09-20T00%3A00%3A00Z&to=2025-09-25T00%3A00%3A00Z returns Cannot GET /signalk/v2/api/history/contexts
- http://localhost:3000/signalk/v2/features: does not include history:
  "apis": [
    "resources",
    "course",
    "weather",
    "autopilot"
  ],

Do i need to enable history somehow?
Was this page helpful?