---
title: "GET /api/tenants/{tenantId}/logs/{logId}"
method: GET
path: "/api/tenants/{tenantId}/logs/{logId}"
tags: ["Logs"]
---

# GET /api/tenants/{tenantId}/logs/{logId}

`GET /api/tenants/{tenantId}/logs/{logId}`

## Path parameters

- `tenantId` integer, required
- `logId` integer, required

## Response `200`

OK

- Log
  - `id` integer
  - `status` 'Active' | 'Inactive'
  - `created` string, date-time
  - `updated` string, date-time
  - `level` 'Verbose' | 'Debug' | 'Information' | 'Warning' | 'Error' | 'Fatal'
  - `message` string, nullable
  - `user` string, nullable
  - `error` string, nullable
  - `comment` string, nullable
  - `owner` string, nullable
  - `ownerType` string, nullable

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/payroll-engine/apis/payroll-engine-backend-api-v1.md) · [All operations](https://skmtc.net/payroll-engine/apis/payroll-engine-backend-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payroll-engine/payroll-engine-backend-api-v1/versions/34e260deaa2c/schema)
