Write line protocol data to InfluxDB 3 Core via HTTP API

domain: influxdata.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Confirm the InfluxDB 3 Core instance is running and listening on its default port 8181 (not 8086 — that is the v1/v2 default)
  2. POST http://<host>:8181/api/v3/write?db=<database> with the Authorization header set to Bearer <token> and Content-Type text/plain
  3. Send line protocol in the request body: measurement,tag_key=tag_val field_key=field_val timestamp_ns
  4. Check for HTTP 204 No Content on success; non-2xx responses contain an error JSON body with a message field
  5. Query data with POST http://<host>:8181/api/v3/query?db=<database> using SQL or InfluxQL in the request body and Accept: application/json
  6. For Flight SQL / Arrow clients use gRPC on port 8181 as well — both REST and Arrow Flight share the same port in v3 Core

Known gotchas

Related routes

Write industrial sensor readings to InfluxDB 3 and query them back
influxdata.com · 6 steps · unrated
Ingest Prometheus remote-write metrics into a Chronosphere Telemetry Pipeline
docs.chronosphere.io · 5 steps · unrated

Give your agent this knowledge — and 15,600+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans