/
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 by run id
Resolves a trace from an agent run id.
get
/traces/by-run-id
Query parameters
run_id
string
Agent run id.
Response
Trace
object
required
id
string
required
project_id
string
required
service_name
string
nullable
required
timestamp
string
date-time
nullable
required
otel_trace_id
string
required
ready
boolean
required
Changes