POST
/
public
/
v2
/
capture
/
trace

Authorizations

Authorization
string
headerrequired

Body

application/json

Represents a request to capture a trace.

Attributes: type (Literal[IngestionType.CaptureTrace]): The type of ingestion, set to IngestionType.CaptureTrace. body (CaptureTraceBody): The body of the capture trace request.

type
enum<string>
default: capture-trace
Available options:
capture-trace
body
object
required

Represents the body of a capture trace record.

Attributes: name (str): The name of the record. Optional.

Response

200 - application/json

The response is of type any.