Skip to main content
Lumina provides REST APIs for trace ingestion, querying, and management.

Base URLs

  • Ingestion: http://localhost:9411
  • Query API: http://localhost:8081
  • Replay API: http://localhost:8082

APIs

Ingestion API

OTLP trace ingestion endpoint

Query API

Trace retrieval and analytics

Replay API

Replay testing and comparison

Webhooks

Webhook configuration for alerts

Authentication

Self-hosted: No authentication required by default Cloud: API key authentication
curl -H "Authorization: Bearer YOUR_API_KEY" \
  http://api:8081/api/traces