Status of OTLP endpoint
GEThttps://cloud.agenta.ai/api/observability/v1/otlp/traces
Status of OTLP endpoint.
Responses
- 200
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
version Version (string)required
status Status (string)required
{
"version": "string",
"status": "string"
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://cloud.agenta.ai/api/observability/v1/otlp/traces' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
ResponseClear