---
title: "listBuyoutRequestsOps Asset"
method: GET
path: "/ops/asset/buyout-requests"
tags: ["ops"]
---

# listBuyoutRequestsOps Asset

`GET /ops/asset/buyout-requests`

Fetch all asset buyout requests for Ops

## Response `200`

OK response.

- BuyoutRequest[]
  - `asset_id` string, regexp, required — ID of asset
  - `asset_status` 'created' | 'shipped' | 'return_completed' | 'purchased' | 'return_in_progress' | 'upgrade_in_progress' | 'purchase_in_progress' | 'upgrade_in_progress_in_term' | 'return_in_progress_in_term' | 'ops_canceled' | 'ending_soon' | 'overdue', required
  - `created_at` string, date-time, required
  - `price_net` MoneyValue
    - `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.net/topi/apis/topi-public-api.md) · [All operations](https://skmtc.net/topi/apis/topi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topi/topi-public-api/revisions/f4208dbc3eb3/schema)
