Skip to main content
POST
Receive traces

Authorizations

Authorization
string
header
required

OAuth2/OIDC JWT token with required app ID and API key ID claims.

Headers

Content-Type
enum<string>
required

Content type of the request body

Available options:
application/json

Body

application/json

OTLP ExportTraceServiceRequest. The request body follows the standard OTLP/HTTP JSON format. See https://opentelemetry.io/docs/specs/otlp/#otlphttp-request for the full schema.

resourceSpans
object[]

Array of ResourceSpans as defined by the OTLP specification

Response

Traces accepted successfully

OTLP ExportTraceServiceResponse. See https://opentelemetry.io/docs/specs/otlp/#otlphttp-response for the full schema.

partialSuccess
object