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


Authentication

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