Skip to main content
POST
https://your-rootprint-host
/
v1
/
logs
Ingest OTLP logs
curl --request POST \
  --url https://your-rootprint-host/v1/logs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/x-protobuf' \
  --data '"<string>"'
{
  "partialSuccess": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.rootprint.io/llms.txt

Use this file to discover all available pages before exploring further.

Content type

Send protobuf OTLP payloads with Content-Type: application/x-protobuf. JSON OTLP payloads are rejected.

Authorizations

Authorization
string
header
default:rootprint_ingest_token
required

Ingest token generated in the Rootprint admin panel.

Body

application/x-protobuf

The body is of type file.

Response

OTLP export logs service response.

partialSuccess
object