lost-found.create
writes
Record a new lost-and-found item for this tenant. Defaults to status=held.
Input parameters
| Field | Type | Required | Notes |
|---|---|---|---|
description | string | yes | |
roomLabel | string | no | |
notes | string | no |
Output fields
| Field | Type | Required | Notes |
|---|---|---|---|
id | string | yes |
lost-found.list
read-only
List lost-and-found items for this tenant, newest-first. Filter by status (held/returned/shipped/discarded).
Input parameters
| Field | Type | Required | Notes |
|---|---|---|---|
status | enum | no | One of: held, returned, shipped, discarded |
limit | integer | no | Default: 50 |
Output fields
| Field | Type | Required | Notes |
|---|---|---|---|
items | array of object | yes | |
items.id | string | yes | |
items.description | string | yes | |
items.roomLabel | string · nullable | yes | |
items.status | enum | yes | One of: held, returned, shipped, discarded |
items.foundAt | string | yes |