Skip to main content
POST
Ingest a batch of traces

Authorizations

Authorization
string
header
required

Send your API key as Authorization: Bearer fl_….

Body

application/json

A versioned batch of traces.

version
string
required

Wire contract version.

Allowed value: "v1"
Example:

"v1"

traces
object[]
required
Required array length: 1 - 1000 elements

Response

Batch accepted into the write buffer.

accepted
integer
required

Number of span rows accepted.

Example:

3