POST
/
otel
/
v1
/
traces
Export Trace
curl --request POST \
  --url https://trace.wandb.ai/otel/v1/traces \
  --header 'Authorization: Basic <encoded-value>'
"<any>"

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

Successful Response

The response is of type any.