---
title: "listReturnRequestsOps Asset"
method: GET
path: "/ops/asset/return-requests"
tags: ["ops"]
---

# listReturnRequestsOps Asset

`GET /ops/asset/return-requests`

Fetch all asset return requests for Ops

## Response `200`

OK response.

- ReturnRequestsListResult
  - `return_requests` ReturnRequest[] — an array with the return requests
    - `asset_id` string, regexp, required — ID of asset
    - `company_name` string, required — Company name from end customer
    - `created_at` string, date-time, required
    - `email` string, required — Email of the user
    - `end_customer_id` string, regexp, required — ID of end customer
    - `requested_at` string, date-time, required
    - `return_fee` MoneyValue, required
      - `amount` integer, required — money amount, expressed in the minor unit for the currency
      - `currency` string, required — Currency code, see ISO 4127 (https://www.iso.org/iso-4217-currency-codes.html) (supported: EUR, GBP, USD)
    - `updated_at` string, date-time, required
    - `user_id` string, regexp, required — ID of user

## Other responses

- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.

---

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