---
title: "Get Log by Trace ID"
method: GET
path: "/v3/logs/{traceId}"
tags: ["Logging (Beta)"]
---

# Get Log by Trace ID

`GET /v3/logs/{traceId}`

Retrieve a single log entry by its trace ID.

## Path parameters

- `traceId` string, required

## Query parameters

- `dataset` string

## Response `200`

OK

- ApiLogDetailResponse
  - `data` ApiLogEntryResponse
    - `body` string
    - `level` string
    - `metadata` object
    - `parentId` string
    - `resource` string
    - `timestamp` string
    - `traceId` string
  - `status` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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