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

# Get box logs

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

Retrieve OTEL logs for a box within a time range

## Path parameters

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

## Query parameters

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

## Response `200`

OK

- ModelsLogEntry[]
  - `body` string
  - `logAttributes` object
  - `resourceAttributes` object
  - `serviceName` string
  - `severityNumber` integer
  - `severityText` string
  - `spanId` string
  - `timestamp` string
  - `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)
