Skip to main content
Coming SoonThe Heimdall REST API documentation is currently under development.In the meantime, you can explore the backend source code to understand the available endpoints.

Current Endpoints

The Heimdall backend currently exposes the following endpoints:

OTLP Receiver

MethodEndpointDescription
POST/v1/tracesReceive OTLP traces from SDKs

REST API

MethodEndpointDescription
GET/healthHealth check endpoint
GET/api/traces/:projectIdGet all traces for a project
GET/api/traces/:projectId/:traceIdGet a specific trace
DELETE/api/traces/:projectIdClear traces for a project
GET/api/projectsGet all projects with traces

SDK Integration

For instrumenting your applications, we recommend using the official SDKs instead of calling the API directly:

Need Help?

If you have questions about the API, please reach out: