---
title: "Get lost status"
method: GET
path: "/v1/lost-status/{id}"
tags: ["Lost Status"]
---

# Get lost status

`GET /v1/lost-status/{id}`

Retrieve a single lost status by ID

## Path parameters

- `id` string, uuid, required

## Headers

- `api-token` string, required

## Response `200`

A lost status object

- object
  - `status` integer — Response status
  - `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)
