Receive traces via OTLP
POSThttps://cloud.agenta.ai/api/observability/v1/otlp/traces
Receive traces via OTLP.
Responses
- 202
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 -X POST 'https://cloud.agenta.ai/api/observability/v1/otlp/traces' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
ResponseClear