---
title: "Get property logs"
method: GET
path: "/property-logs/{id}"
tags: ["Properties Logs"]
---

# Get property logs

`GET /property-logs/{id}`

Retrieve logs for a specific property with optional filtering and pagination

## Path parameters

- `id` string, required

## Query parameters

- `user` string
- `fields` string
- `from` string
- `to` string
- `limit` number
- `skip` number

## Response `200`

Return the property logs

- object
  - `results` object[]
    - `_id` string
    - `propertyId` string
    - `accountId` string
    - `userId` string
    - `updatedFields` string[]
    - `updatedAt` string
    - `updatedBy` string
    - `oldValue` string
    - `newValue` string
    - `propertyType` string
    - `updateSubUnits` boolean
  - `count` number
  - `limit` number
  - `skip` number

## Other responses

- `400` — Invalid parameters or validation error
- `404` — Property not found

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/versions/7c62644070f2/schema)
