---
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

---

[API](https://skmtc.net/orq-ai/apis/orq-ai-api.md) · [All operations](https://skmtc.net/orq-ai/apis/orq-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orq-ai/orq-ai-api/versions/1072e5ba28ab/schema)
