/
US
uselemma
/
Lemma Platform API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
Artifacts
7
Issues
9
Projects
9
Traces
18
post
Bulk delete traces
get
Check per-trace ingest status
get
Check ready traces
get
Get trace
delete
Delete trace
post
Get agent names by trace ids
get
Get thread trace neighbors
get
Get trace by run id
get
Get trace context bundle
get
List dashboard traces
post
List thread issue summaries
get
List thread traces
get
List trace agent names
get
List trace issue occurrences
get
List trace spans
get
List traces
get
Search traces
get
Semantic search traces
Traces
List trace spans
Returns spans for a ready trace.
get
/traces/{trace_id}/spans
Path parameters
trace_id
string
required
Response
Trace spans
object[]
required
id
string
required
otel_span_id
string
required
parent_otel_span_id
string
nullable
required
name
string
required
kind
string
nullable
required
start_time_ns
string
nullable
required
end_time_ns
string
nullable
required
duration_ms
number
nullable
required
status_code
string
nullable
required
status_description
string
nullable
required
input_tokens
number
nullable
required
output_tokens
number
nullable
required
model_name
string
nullable
required
tps
number
nullable
required
attributes
object
{"stackTrail":"paths:/traces/{trace_id}/spans:get:responses:200:content:application/json:schema:items:properties:events","oasType":"schema","type":"unknown"}
Changes