Traces
List trace spans
Returns every span belonging to the trace, ordered by startTime ascending. Spans carry the OpenTelemetry envelope (kind, status, attributes, resource) plus Latitude's GenAI enrichment (tokens, cost, operation, provider, model). Per-message LLM content is excluded for size; use a span point-lookup for the conversation payload.
get/v1/projects/{projectSlug}/traces/{traceId}/spans
Path parameters
projectSlugstring required
Project slug (human-readable identifier)
Project slug (human-readable identifier)
traceIdstring required
32-character trace identifier.
32-character trace identifier.
Response
Spans of the trace
Changes
No recorded changes to this endpoint across all 67 revisions of this API.