---
title: "Get log By Id API"
method: GET
path: "/logs/{logSeq}"
tags: ["Log Management API"]
---

# Get log By Id API

`GET /logs/{logSeq}`

Get log By Id API

## Path parameters

- `logSeq` integer, required

## Response `200`

OK

- ChamomileResponseLoggingVO
  - `code` integer
  - `message` string
  - `data` LoggingVO
    - `idx` integer
    - `seq` integer
    - `action` string
    - `url` string
    - `menuNm` string
    - `ip` string
    - `result` string
    - `sessionId` string
    - `regId` string
    - `accountInfoProcessed` string
    - `requestBody` string
    - `response` string
    - `oldData` string
    - `newData` string
    - `regDt` string, date-time
    - `params` string[]
    - `param` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/lotteinnovate/apis/openapi-definition.md) · [All operations](https://skmtc.dev/lotteinnovate/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lotteinnovate/openapi-definition/revisions/4bf1c3086c66/schema)
