# `channel.claims.list` Marketplace return/cancel claims with deadlines and fault tags. - **method + path**: `GET /v1/channel/{ext}/claims` - **TR label**: Pazaryeri iade talepleri - **auth**: authenticated · scope gates: any of `admin`, `orders:read`, `orders:write` — “Siparişleri yalnızca mağaza sahibi görebilir” - **agentPolicy**: `quote` — a provider call with no store-state change (offers, labels, validators) — every token kind calls it directly. - **effects**: `provider` - **idempotency**: server — the platform derives the key - **wraps**: — (no command inside) Machine-readable body schema: [/schemas/routes/channel.claims.list.json](/schemas/routes/channel.claims.list.json). ## Body No request body. ## Query ```json { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "limit": { "type": "integer", "minimum": 1, "maximum": 100 }, "cursor": { "type": "string", "maxLength": 200 }, "status": { "type": "string", "maxLength": 32 } } } ```