# Unomiq ## Docs - [Get Live Traces](https://docs.unomiq.com/api-reference/engine/get-live-traces.md): Get spans from the live streaming endpoint. - [Get Trace](https://docs.unomiq.com/api-reference/engine/get-trace.md): Get details for a specific trace or a span within a time range. - [Get Trace Metrics](https://docs.unomiq.com/api-reference/engine/get-trace-metrics.md): Get aggregated metrics for traces. - [Get Traces](https://docs.unomiq.com/api-reference/engine/get-traces.md): Get traces within a time range. - [Introduction](https://docs.unomiq.com/api-reference/engine/introduction.md): Unomiq Engine API reference documentation - [Query Traces & Spans](https://docs.unomiq.com/api-reference/engine/query-traces-spans.md): Query traces and spans using a filter expression. - [Receive Traces](https://docs.unomiq.com/api-reference/gateway/export-traces.md): Submit trace data to the OpenTelemetry Collector using OTLP/HTTP protocol. - [Introduction](https://docs.unomiq.com/api-reference/gateway/introduction.md): Unomiq Gateway API reference documentation - [Create API Credentials](https://docs.unomiq.com/api-reference/management/create-api-credentials.md): Create a new API key and secret. - [Create Application](https://docs.unomiq.com/api-reference/management/create-application.md): Creates a new application under the specified organization. Requires the `create:applications` permission, available to users with a `member` or `owner` role in the organization. - [Create Organization](https://docs.unomiq.com/api-reference/management/create-organization.md): Create a new organization. - [Delete API Key](https://docs.unomiq.com/api-reference/management/delete-api-key.md): Delete an API key. - [Delete Application](https://docs.unomiq.com/api-reference/management/delete-application.md): Delete an application. - [Delete Organization](https://docs.unomiq.com/api-reference/management/delete-organization.md): Delete an organization. - [Get API Key](https://docs.unomiq.com/api-reference/management/get-api-key.md): Retrieve details for a specific API key. - [Get Application](https://docs.unomiq.com/api-reference/management/get-application.md): Get details for an application. - [Get Organization](https://docs.unomiq.com/api-reference/management/get-organization.md): Get detailed information for a specific organization. - [Introduction](https://docs.unomiq.com/api-reference/management/introduction.md): Unomiq Management API reference documentation - [List API Keys](https://docs.unomiq.com/api-reference/management/list-api-keys.md): Retrieve a paginated list of API keys for an application. - [List Applications](https://docs.unomiq.com/api-reference/management/list-applications.md): List applications for a specific organization. - [List Organizations](https://docs.unomiq.com/api-reference/management/list-organizations.md): List all organizations the caller (user or API key) has access to. - [Rotate API Key Secret](https://docs.unomiq.com/api-reference/management/rotate-api-key-secret.md): Rotate the secret for an API key. - [Update API Key](https://docs.unomiq.com/api-reference/management/update-api-key.md): Update name and/or permissions for an API key. - [Update Application](https://docs.unomiq.com/api-reference/management/update-application.md): Update an application's details. - [Update Current User](https://docs.unomiq.com/api-reference/management/update-current-user.md): Update current user's name and email. - [Update Organization](https://docs.unomiq.com/api-reference/management/update-organization.md): Update an organization's details. - [OAuth2 Token](https://docs.unomiq.com/api-reference/oauth/get-token.md): OAuth2 token endpoint supporting `client_credentials` and `refresh_token` grant types. - [Introduction](https://docs.unomiq.com/api-reference/oauth/introduction.md): Unomiq OAuth API reference documentation - [Changelog](https://docs.unomiq.com/changelog.md): Recent updates and improvements to the Unomiq platform. - [Overview](https://docs.unomiq.com/getting-started.md): How to get started with Unomiq - [Attaching a Unit to Traces](https://docs.unomiq.com/guides/attaching-unit-to-traces.md): Learn how to use the unomiq.unit span attribute to link traces to logical entities like customer IDs, tenant IDs, or agent IDs - [Enabling GCP Detailed Billing Export](https://docs.unomiq.com/guides/enabling-gcp-detailed-billing-export.md): Learn how to enable detailed billing export to BigQuery in Google Cloud Platform for resource-level cost analysis with Unomiq - [How Cost Computation Works](https://docs.unomiq.com/guides/how-cost-computation-works.md): Learn how Unomiq matches cloud billing data with OpenTelemetry traces to compute per-request costs - [Using the Economics Engine API](https://docs.unomiq.com/guides/querying-economics-engine-api.md): Learn how to query traces, retrieve metrics, and inspect spans from the Unomiq Economic Engine API using the unomiq-sdk - [Sending Traces](https://docs.unomiq.com/guides/sending-traces-to-otel-gateway.md): Learn how to send OpenTelemetry traces to the Unomiq Gateway API using the Unomiq SDK, a Collector Sidecar, or directly from your application - [Introduction](https://docs.unomiq.com/index.md): Unomiq computes per-request costs across your stack, enabling precise unit-level cost attribution, profitability analysis and setting cost guardrails. ## OpenAPI Specs - [openapi-engine](https://docs.unomiq.com/api-reference/engine/openapi-engine.json) - [openapi-gateway](https://docs.unomiq.com/api-reference/gateway/openapi-gateway.yaml) - [openapi-oauth](https://docs.unomiq.com/api-reference/oauth/openapi-oauth.json) - [openapi-management](https://docs.unomiq.com/api-reference/management/openapi-management.json)