---
title: "Status check for OTLP"
method: GET
path: "/otlp/v1/traces"
tags: ["OpenTelemetry"]
---

# Status check for OTLP

`GET /otlp/v1/traces`

Return the OTLP endpoint liveness status.

Lightweight readiness probe. Returns `{"status": "ready"}` when
the router is mounted. Intended for health checks from OTel
collectors before they start exporting traces.

## Response `200`

Successful Response

- CollectStatusResponse — OTLP endpoint readiness response.
  - `status` string, required — Readiness string. `ready` means the router is mounted and accepts OTLP ingest.

---

[API](https://skmtc.net/agenta-ai/apis/agenta-api.md) · [All operations](https://skmtc.net/agenta-ai/apis/agenta-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agenta-ai/agenta-api/versions/2e1079696f45/schema)
