Skip to main content
GET
Get Project Trace

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

project_reference
string
required

Project slug or UUID. The resolved project is used to scope all trace reads server-side.

trace_id
string
required

Trace ID from Grafana Cloud Tempo.

Response

Trace detail

trace_id
string
required

The trace id associated with this tool result.

root_span_name
string
required

The root span name associated with this tool result.

root_service
string
required

The root service associated with this tool result.

started_at
string
required

The started at associated with this tool result.

duration_ms
number
required

The duration ms associated with this tool result.

status
enum<string>
required

Lifecycle status for the returned record.

Available options:
ok,
error,
unset,
unknown
span_count
number
required

The span count associated with this tool result.

services
string[]
required

List of services associated with this tool result.

One service item associated with this tool result.

project_id
string
required

Project identifier associated with this result.

root_span_id
string | null
required

The root span id associated with this tool result.

spans
object[]
required

List of spans associated with this tool result.

project_slug
string

The project slug associated with this tool result.