---
title: "Get box traces"
method: GET
path: "/organization/{organizationId}/box/{boxId}/telemetry/traces"
tags: ["Telemetry"]
---

# Get box traces

`GET /organization/{organizationId}/box/{boxId}/telemetry/traces`

Retrieve OTEL trace summaries for a box within a time range

## Path parameters

- `organizationId` string, required
- `boxId` string, required

## Query parameters

- `from` string, required
- `to` string, required
- `limit` integer
- `offset` integer

## Response `200`

OK

- ModelsTraceSummary[]
  - `endTime` string
  - `rootSpanName` string
  - `spanCount` integer
  - `startTime` string
  - `statusCode` string
  - `totalDurationMs` number
  - `traceId` string

---

[API](https://skmtc.dev/boxlite-ai/apis/boxlite-analytics-api.md) · [All operations](https://skmtc.dev/boxlite-ai/apis/boxlite-analytics-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/boxlite-ai/boxlite-analytics-api/revisions/81dbbe70c179/schema)
