---
title: "List RDAs"
method: GET
path: "/rdas"
---

# List RDAs

`GET /rdas`

Retrieve a list of RDAs from the marketplace.

## Query parameters

- `type` 'prompt' | 'agent' | 'tool'
- `status` 'draft' | 'published' | 'archived'
- `verified` boolean
- `featured` boolean
- `trending` boolean
- `ownerId` string
- `search` string
- `limit` integer
- `offset` integer

## Response `200`

List of RDAs

- object
  - `rdas` RdaSummary[]
    - `id` string
    - `slug` string
    - `name` string
    - `description` string
    - `type` 'prompt' | 'agent' | 'tool'
    - `status` 'draft' | 'published' | 'archived'
    - `verified` boolean
    - `featured` boolean
    - `trending` boolean
    - `coverImage` string
    - `pricing` Pricing
      - `model` 'per-run' | 'per-token'
      - `amount` number
      - `currency` 'USDC'
      - `estimatedCost` string
    - `stats` Stats
      - `totalRuns` integer
      - `totalRevenue` number
      - `averageRating` number
      - `totalRatings` integer
      - `successRate` number
      - `averageLatency` integer — Average execution time in ms
    - `ownerId` string
    - `ownerName` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `total` integer
  - `limit` integer
  - `offset` integer

---

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