v2

latestOpenAPI 3.1.02026-07-2670186350.6 KB
traces

List Traces

List traces

get/traces

Query parameters

namestring nullable

The name of the trace to filter by, the name of a trace is the name of the root span of the trace

The name of the trace to filter by, the name of a trace is the name of the root span of the trace

offsetinteger

The offset to start the list from

The offset to start the list from

limitinteger

The number of traces to return

The number of traces to return

Response

Successful Response

Example response

{
  "meta": {
    "total_count": 1
  }
}