Skip to main content
GET
Get Trace

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Unomiq-App-Id
string
required

Path Parameters

trace_id
string
required

OpenTelemetry trace identifier (32-character hexadecimal string)

Pattern: ^[a-fA-F0-9]{32}$
Example:

"4bf92f3577b34da6a3ce929d0e0e4736"

Query Parameters

start_time
string<date-time>
required

Start datetime (inclusive)

Example:

"2025-01-15T00:00:00Z"

end_time
string<date-time>
required

End datetime (exclusive)

Example:

"2025-01-16T00:00:00Z"

span_id
string | null

OpenTelemetry span identifier (16-character hexadecimal string). If provided, returns only the data for this specific span.

Pattern: ^[a-fA-F0-9]{16}$
Example:

"5ab41c652fedc2af"

Response

Successful Response

trace_id
string
required
span_id
string
required
span_start_time_unix_nano
integer
required
span_end_time_unix_nano
integer
required
duration_ms
number
required
span_name
string
required
span_kind
string
required
parent_span_id
string | null
service_name
string | null
unit
string | null
parent_unit
string | null
resource_attributes
Resource Attributes · object | null
span_attributes
Span Attributes · object | null
cost
number | null
billing
BillingInfo · object

Billing information associated with a span.

usage
UsageInfo · object

Usage information associated with a span.