---
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.

## Changes

- **2026-05-19** `a7f9a6823230` — 2 warning
  - removed the optional property `support_id` from the response with the `200` status
  - removed the optional property `support_ts` from the response with the `200` status
- **2026-05-02** `6e37373d45fe` — 2 info
  - api tag `OpenTelemetry` added
  - api tag `Observability` removed
- **2026-04-23** `925e8b901a26` — 2 info
  - added the optional property `support_id` to the response with the `200` status
  - added the optional property `support_ts` to the response with the `200` status
- **2026-01-14** `53da4c9de2b7` — 1 info
  - endpoint added
- **2025-06-27** `e3e84db47198` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/otlp/v1/traces/get.md)

---

[API](https://skmtc.dev/agenta-ai/apis/agenta-api.md) · [All operations](https://skmtc.dev/agenta-ai/apis/agenta-api/llms.txt) · [OpenAPI document](https://skmtc.dev/agenta-ai/apis/agenta-api/revisions/139f8db295da?raw)
