Skip to main content

Welcome

The Engine API allows you to query, filter, and analyze OpenTelemetry traces with associated usage and cost, computed based on billing data.

Authentication

All API endpoints require authentication via JWT token in the Authorization header:
Authorization: Bearer <your_jwt_token>
All requests also require the X-Unomiq-App-Id header to identify your application.

Base URL

https://engine-api.unomiq.com All endpoints are relative to the base URL.