GET
List maintenance tickets

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

property_id
string<uuid>

Optional property filter

room_id
string<uuid>

Optional room filter

status
enum<string>

Optional status filter Schema for maintenance ticket status.

Available options:
OPEN,
IN_PROGRESS,
RESOLVED,
CANCELLED

Response

Maintenance tickets

data
object
required

Endpoint-specific response payload. See the referenced schema for the resource fields.

request_id
string
required

Request correlation identifier returned from X-Request-Id or generated by the API.

meta
object

Optional response metadata such as pagination limits, counts, or export context.