Skip to main content
POST
/
api
/
traces
Forward telemetry traces to the backend collector
curl --request POST \
  --url https://your-instance.example.com/api/traces \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "status": "accepted"
}

Body

application/json

OpenTelemetry trace payload (any shape)

Response

202 - application/json

Traces accepted

status
string
Example:

"accepted"