---
title: "List the caller's own ownership claims"
method: GET
path: "/listing/claims"
tags: ["Listing"]
---

# List the caller's own ownership claims

`GET /listing/claims`

Signed-in only. Lazily flips overdue pending claims to expired on read. Pending claims include the token + proof instructions; verified/expired do not.

## Response `200`

ListingClaimsResult

## Other responses

- `401` — Sign-in required
- `404` — Lane disabled

## Changes

- **2026-08-31** `ef21361a36e6` — 1 info
  - added the media type `application/json` for the response with the status `404`
- **2026-08-25** `c3a92b6b6909` — 1 warning
  - added the new `too_large` enum value to the `error/type` response property for the response status `401`

[Change history](https://skmtc.dev/releases/apis/releases-api/changes/listing/claims/get.md)

---

[API](https://skmtc.dev/releases/apis/releases-api.md) · [All operations](https://skmtc.dev/releases/apis/releases-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/releases/releases-api/revisions/ef21361a36e6/schema)
