---
title: "List lost status"
method: GET
path: "/v1/lost-status"
tags: ["Lost Status"]
---

# List lost status

`GET /v1/lost-status`

Retrieve a paginated list of lost status

## Query parameters

- `limit` integer
- `offset` integer
- `page` integer

## Headers

- `api-token` string, required

## Response `200`

A list of lost status

- object
  - `status` integer — Response status
  - `totalCount` integer — Total items based on current filters
  - `page` integer — Current page
  - `totalPages` integer — Total pages based on current filters
  - `hasNext` boolean — Indicates that has next page
  - `hasPrevious` boolean — Indicates that has previous page
  - `data` LostStatus[]
    - `id` string, uuid
    - `name` string

---

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