/
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
Get trace
Loads a single trace with spans and stats.
get
/traces/{trace_id}
Path parameters
trace_id
string
required
Response
Trace details
object
required
id
string
required
otel_trace_id
string
required
project_id
string
required
project_name
string
service_name
string
nullable
required
agent_name
string
nullable
required
thread_id
string
nullable
required
thread_trace_count
number
nullable
required
{"stackTrail":"paths:/traces/{trace_id}:get:responses:200:content:application/json:schema:properties:agent_input","oasType":"schema","type":"unknown"}
agent_input_display
string
nullable
required
{"stackTrail":"paths:/traces/{trace_id}:get:responses:200:content:application/json:schema:properties:agent_output","oasType":"schema","type":"unknown"}
tool_calls
object[]
required
interaction
object
required
has_error
boolean
required
total_duration_ms
number
nullable
required
timestamp
string
date-time
required
spans
object[]
required
stats
object
required
issue_extraction
object
nullable
required
Changes