---
title: "Retrieve logs for a KIN or user. Use KindooGetSiteUserEntryPointLogs instead"
method: POST
path: "/KindooGetLogs"
tags: ["Environment Management"]
deprecated: true
---

# Retrieve logs for a KIN or user. Use KindooGetSiteUserEntryPointLogs instead

`POST /KindooGetLogs`

> **Deprecated.**

## Response `200`

OK

- Logs[] — If the request is successful, this endpoint returns either an array of kins logs or an array of user logs, depending on the input provided. If the `UID` parameter is provided and the "kin" parameter is null, an array of user logs is returned. If the `UID` parameter is not provided and the 'Kin' parameter is provided, an array of kins logs is returned.
  - `ActionCommand` string
  - `ActionName` string
  - `CommandProtocol` string
  - `ControllerID` string, uuid
  - `ControllerName` string
  - `CurrentChipTime` integer
  - `DeviceName` string
  - `DeviceSource` string
  - `DoorID` integer
  - `DoorName` string
  - `DoorRelayID` integer
  - `EnvironmentID` integer
  - `EnvironmentName` string
  - `FunctionName` string
  - `ID` integer
  - `IsArchived` boolean
  - `LastCheckChipTime` integer
  - `PIN` string
  - `ReasonNumber` integer
  - `ReasonText` string
  - `RelayName` string
  - `ScheduleName` string
  - `SignatureError` integer
  - `Success` boolean
  - `Timestamp` string, date-time — format YYYY-MM-DDTHH:mm:ss
  - `UserID` string, uuid
  - `Username` string
  - `VIDID` integer
  - `WorkOrderNumber` string

## Other responses

- `303` — See Other
- `401` — Unauthorized - your session is not valid

---

[API](https://skmtc.net/kindoo/apis/kindoo-tech.md) · [All operations](https://skmtc.net/kindoo/apis/kindoo-tech/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kindoo/kindoo-tech/revisions/0f2499440f4b/schema)
