---
title: "Housekeeping inspection list"
method: GET
path: "/housekeeping/v1/inspections/{propertyId}"
tags: ["Housekeeping"]
---

# Housekeeping inspection list

`GET /housekeeping/v1/inspections/{propertyId}`

## Path parameters

- `propertyId` integer, required

## Query parameters

- `limit` integer
- `offset` integer
- `filters` QueryParameterDynamicFilterSchema
  - `filters` DynamicFilterSchema — Represents a logical group of filters with keys like 'and' or 'or'
    - `and` union[] — Logical operator grouping filters or nested logical groups
      - union
        - DynamicFilterFieldSchema — Represents a single filter condition
          - `field` string — The field to apply the filter on
          - `operator` 'greater_than_or_equal' | 'greater_than' | 'less_than_or_equal' | 'less_than' | 'equal' | 'in' | 'not_in' | 'is_null' | 'is_not_null' | 'equals' | 'not_equals' | 'contains' | 'not_contains' | 'starts_with' | 'not_starts_with' | 'ends_with' | 'not_ends_with' | 'is_empty' | 'is_not_empty' — The operator to use for the filter
          - `value` union — The value for the filter
            - string
            - string, date-time
            - string, date
            - integer
            - boolean
            - string[]
            - integer[]
            - string[]
            - string[]
        - DynamicFilterSchema — recursive
    - `or` union[] — Logical operator grouping filters or nested logical groups
      - union
        - DynamicFilterFieldSchema — Represents a single filter condition
          - `field` string — The field to apply the filter on
          - `operator` 'greater_than_or_equal' | 'greater_than' | 'less_than_or_equal' | 'less_than' | 'equal' | 'in' | 'not_in' | 'is_null' | 'is_not_null' | 'equals' | 'not_equals' | 'contains' | 'not_contains' | 'starts_with' | 'not_starts_with' | 'ends_with' | 'not_ends_with' | 'is_empty' | 'is_not_empty' — The operator to use for the filter
          - `value` union — The value for the filter
            - string
            - string, date-time
            - string, date
            - integer
            - boolean
            - string[]
            - integer[]
            - string[]
            - string[]
        - DynamicFilterSchema — recursive

## Response `200`

A paged array of inspections

- InspectionListResponseSchema
  - `limit` integer, required — The limit for the number of items to return
  - `offset` integer, required — The offset for the current page of results
  - `data` InspectionItemSchema[], required — The list of data objects
    - `updatedDate` string, required
    - `roomTypeId` string, required
    - `roomId` string, required
    - `roomCondition` string, required
    - `roomOccupied` boolean
    - `roomBlocked` boolean, required
    - `frontdeskStatus` string, required
    - `housekeeperId` string, required
    - `doNotDisturb` boolean, required
    - `refusedService` boolean, required
    - `vacantPickup` boolean, required
    - `roomNote` string, nullable, required

## Other responses

- `400` — Bad Request response

---

[API](https://skmtc.net/cloudbeds/apis/cloudbeds-api.md) · [All operations](https://skmtc.net/cloudbeds/apis/cloudbeds-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudbeds/cloudbeds-api/revisions/2faa857793e8/schema)
