---
title: "Get a single log"
method: GET
path: "/v3/logs/{id}"
tags: ["Logs"]
---

# Get a single log

`GET /v3/logs/{id}`

Retrieve a log record by its ULID. Returns 404 if the record does not exist or belongs to another workspace.

## Path parameters

- `id` string, required

## Response `200`

OK

- GetLogResponse
  - `log` Log — Log is the canonical wire representation of an otel_logs row.
    - `id` string
    - `trace_id` string
    - `span_id` string
    - `timestamp` string, date-time
    - `observed_timestamp` string, date-time
    - `severity_number` integer
    - `severity_text` string
    - `body` string
    - `body_is_json` boolean
    - `event_name` string
    - `dropped_attributes_count` integer
    - `trace_flags` integer
    - `scope_name` string
    - `scope_version` string
    - `scope_attributes` object
    - `log_attributes` object
    - `resource_attributes` object
    - `service_name` string
    - `service_version` string
    - `deployment_environment` string
    - `host_name` string
    - `project_id` string

## Changes

> 261 revisions in range; 73 not diffed.

- **2026-08-02** `6f132f005b2a` — 1 breaking
  - api path removed without deprecation
- **2026-07-31** `3128fb112d66` — 1 info
  - endpoint added
- **2026-07-30** `d1ae9e3491f7` — 1 breaking
  - api path removed without deprecation
- **2026-07-29** `81dd5e8c8ae5` — 1 info
  - endpoint added
- **2026-07-29** `c165184caee5` — 1 breaking
  - api path removed without deprecation

[Full history](https://skmtc.dev/orq-ai/apis/orq-ai-api/changes/v3/logs/:id/get.md)

---

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