v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
traces

Get a list of events (without their attributes) per span for a trace.

Gets a list of the events (without their attributes) attached to each span in a given trace. The response is paginated with a default limit of 100 spans per page.

get/v1/tracing/traces/{traceId}/traceEvents

Path parameters

traceIdstring required
Example:695068749d21cd104222a95cabc4707c

Identifier of the trace for which span events will be returned.

Query parameters

limitinteger

The maximum number of spans with events returned by a single query.

tokenstring
Example:dlFXd0lhSkxzRjAwYnpVZkMrRmlhYnF4cGtNMWdnVEI

Continuation token to get the next page of results. A page object with the next continuation token is returned in the response body. Subsequent GET requests should specify the continuation token to get the next page of results. token is set to null when no more pages are left.

Response

Map of spans to events relations.

spanEventsobject

Map of span ids to lists of their events, without their attributes.

nextstring

Next continuation token.

Example response

{
  "next": "dlFXd0lhSkxzRjAwYnpVZkMrRmlhYnF4cGtNMWdnVEI"
}