---
title: "List current-Factory cached Rugs"
method: GET
path: "/api/rugs"
tags: ["Rugs"]
---

# List current-Factory cached Rugs

`GET /api/rugs`

## Query parameters

- `status` 'Opening' | 'Failed' | 'Active' | 'Rugged'
- `cursor` integer
- `limit` integer

## Response `200`

Cached Rug rows and next numeric cursor.

- RugList
  - `rugs` object[], required
  - `nextCursor` integer, required

## Other responses

- `400` — Request error.
- `503` — Request error.

---

[API](https://skmtc.net/rugspull/apis/rugspull-read-api.md) · [All operations](https://skmtc.net/rugspull/apis/rugspull-read-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rugspull/rugspull-read-api/versions/08db450e3b2f/schema)
