---
title: "Get a list of events (without their attributes) per span for a trace."
method: GET
path: "/v1/tracing/traces/{traceId}/traceEvents"
tags: ["traces"]
---

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

`GET /v1/tracing/traces/{traceId}/traceEvents`

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.

## Path parameters

- `traceId` string, required

## Query parameters

- `limit` integer
- `token` string

## Response `200`

Map of spans to events relations.

- TraceLightEventsResponse
  - `spanEvents` object — Map of span ids to lists of their events, without their attributes.
  - `next` string — Next continuation token.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/versions/18a824df1e78/schema)
